[PATCH] i386: irqs build fix
authorAndrew Morton <akpm@osdl.org>
Fri, 6 Oct 2006 07:43:48 +0000 (00:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Oct 2006 15:53:39 +0000 (08:53 -0700)
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/apic.c

index 7d500da..2fd4b7d 100644 (file)
@@ -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
 
        /*