diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-06 03:43:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-06 11:53:39 -0400 |
commit | d195412c35fe777811bd58ad43fba3aacc67e15c (patch) | |
tree | e360b4b84f6e70338072e183d850a94acd97563c /arch/i386/kernel/apic.c | |
parent | 49f19ce401edfff937c448dd74c22497da361889 (diff) |
[PATCH] i386: irqs build fix
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/kernel/apic.c')
-rw-r--r-- | arch/i386/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index 7d500da0e63b..2fd4b7d927c2 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c | |||
@@ -1197,7 +1197,7 @@ inline void smp_local_timer_interrupt(void) | |||
1197 | { | 1197 | { |
1198 | profile_tick(CPU_PROFILING); | 1198 | profile_tick(CPU_PROFILING); |
1199 | #ifdef CONFIG_SMP | 1199 | #ifdef CONFIG_SMP |
1200 | update_process_times(user_mode_vm(irq_regs)); | 1200 | update_process_times(user_mode_vm(get_irq_regs())); |
1201 | #endif | 1201 | #endif |
1202 | 1202 | ||
1203 | /* | 1203 | /* |