diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-06 00:43:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-06 08:53:39 -0700 |
commit | d195412c35fe777811bd58ad43fba3aacc67e15c (patch) | |
tree | e360b4b84f6e70338072e183d850a94acd97563c /arch | |
parent | 49f19ce401edfff937c448dd74c22497da361889 (diff) | |
download | blackbird-op-linux-d195412c35fe777811bd58ad43fba3aacc67e15c.tar.gz blackbird-op-linux-d195412c35fe777811bd58ad43fba3aacc67e15c.zip |
[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')
-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) { profile_tick(CPU_PROFILING); #ifdef CONFIG_SMP - update_process_times(user_mode_vm(irq_regs)); + update_process_times(user_mode_vm(get_irq_regs())); #endif /* |