projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1d19e
)
[IA64] Correct definition of handle_IPI
author
Keith Owens
<kaos@sgi.com>
Wed, 18 Oct 2006 05:36:49 +0000
(15:36 +1000)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 31 Oct 2006 22:38:15 +0000
(14:38 -0800)
The declaration of handle_IPI in arch/ia64/kernel/smp.c was changed but
not the definition of this function. Remove struct pt_regs from
handle_IPI().
Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/smp.c
b/arch/ia64/kernel/smp.c
index 2763e791778183f805a6540221431eb03f0fdfef..6ab95ceaf9d4f34aa32a382a9e32cb68bb98b23b 100644
(file)
--- a/
arch/ia64/kernel/smp.c
+++ b/
arch/ia64/kernel/smp.c
@@
-108,7
+108,7
@@
cpu_die(void)
}
irqreturn_t
-handle_IPI (int irq, void *dev_id
, struct pt_regs *regs
)
+handle_IPI (int irq, void *dev_id)
{
int this_cpu = get_cpu();
unsigned long *pending_ipis = &__ia64_per_cpu_var(ipi_operation);