[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>
This commit is contained in:
parent
49f19ce401
commit
d195412c35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue