aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/kernel/setup.c')
-rw-r--r--arch/ppc/kernel/setup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ppc/kernel/setup.c b/arch/ppc/kernel/setup.c
index 62022eacf63e..fae6335193ef 100644
--- a/arch/ppc/kernel/setup.c
+++ b/arch/ppc/kernel/setup.c
@@ -87,6 +87,11 @@ extern void chrp_init(unsigned long r3, unsigned long r4,
87dev_t boot_dev; 87dev_t boot_dev;
88#endif /* CONFIG_PPC_MULTIPLATFORM */ 88#endif /* CONFIG_PPC_MULTIPLATFORM */
89 89
90#ifdef __DO_IRQ_CANON
91int ppc_do_canonicalize_irqs;
92EXPORT_SYMBOL(ppc_do_canonicalize_irqs);
93#endif
94
90#ifdef CONFIG_MAGIC_SYSRQ 95#ifdef CONFIG_MAGIC_SYSRQ
91unsigned long SYSRQ_KEY = 0x54; 96unsigned long SYSRQ_KEY = 0x54;
92#endif /* CONFIG_MAGIC_SYSRQ */ 97#endif /* CONFIG_MAGIC_SYSRQ */