diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index 295d5c77f020..0cac112ca89d 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -56,6 +56,10 @@ extern void power4_idle(void); | |||
56 | boot_infos_t *boot_infos; | 56 | boot_infos_t *boot_infos; |
57 | struct ide_machdep_calls ppc_ide_md; | 57 | struct ide_machdep_calls ppc_ide_md; |
58 | 58 | ||
59 | /* XXX should go elsewhere */ | ||
60 | int __irq_offset_value; | ||
61 | EXPORT_SYMBOL(__irq_offset_value); | ||
62 | |||
59 | /* Used with the BI_MEMSIZE bootinfo parameter to store the memory | 63 | /* Used with the BI_MEMSIZE bootinfo parameter to store the memory |
60 | size value reported by the boot loader. */ | 64 | size value reported by the boot loader. */ |
61 | unsigned long boot_mem_size; | 65 | unsigned long boot_mem_size; |