projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f19ce
)
[PATCH] i386: irqs build fix
author
Andrew Morton
<akpm@osdl.org>
Fri, 6 Oct 2006 07:43:48 +0000
(
00:43
-0700)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/apic.c
b/arch/i386/kernel/apic.c
index 7d500da0e63b120e752094b5b39a244ce95ad644..2fd4b7d927c24f5578b437b7a183da4c24537488 100644
(file)
--- 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
/*