[PARISC] fix section mismatches in arch/parisc/kernel
authorHelge Deller <deller@gmx.de>
Sun, 27 May 2007 17:30:36 +0000 (19:30 +0200)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Sun, 27 May 2007 17:36:27 +0000 (13:36 -0400)
Hi Kyle,

this patch fixes two section mismatches in arch/parisc/kernel:
WARNING: arch/parisc/kernel/built-in.o(.data.read_mostly+0xd8): Section mismatch: reference to .init.text:processor_probe (between 'cpu_driver' and 'boot_cpu_data')
WARNING: arch/parisc/kernel/built-in.o(.text.alloc_pa_dev+0x140): Section mismatch: reference to .init.text:parisc_hardware_description (after 'alloc_pa_dev')

Additionally, mark some tables as constants.

Please apply, Helge

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

No differences found