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:
eff910a
)
[IA64] Cleanup compile warnings for ski config
author
Peter Chubb
<peterc@gelato.unsw.edu.au>
Wed, 1 Jun 2005 05:34:00 +0000
(22:34 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 1 Jun 2005 22:20:17 +0000
(15:20 -0700)
The attached patch cleans up a compilation warning when ACPI
is turned off (i.e., when compiling for the Ski simulator).
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/mca.c
b/arch/ia64/kernel/mca.c
index 2c75741dcc66004e908dd792df6418aba9d61953..736e328b5e612865d1173d84ff054dc21bbbfde9 100644
(file)
--- a/
arch/ia64/kernel/mca.c
+++ b/
arch/ia64/kernel/mca.c
@@
-1103,8
+1103,6
@@
ia64_mca_cpe_int_caller(int cpe_irq, void *arg, struct pt_regs *ptregs)
return IRQ_HANDLED;
}
-#endif /* CONFIG_ACPI */
-
/*
* ia64_mca_cpe_poll
*
@@
-1122,6
+1120,8
@@
ia64_mca_cpe_poll (unsigned long dummy)
platform_send_ipi(first_cpu(cpu_online_map), IA64_CPEP_VECTOR, IA64_IPI_DM_INT, 0);
}
+#endif /* CONFIG_ACPI */
+
/*
* C portion of the OS INIT handler
*