[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)
commite9541d0ca2a5d713c5d8dcb635d3f41e75c90bfb
treecc81f446c9fc1edb3d06341a637ff5525cff7da9
parent25971f68d392f1816e21520e9e59648403b0bdad
[PARISC] fix section mismatches in arch/parisc/kernel

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>
arch/parisc/kernel/hardware.c
arch/parisc/kernel/processor.c
include/asm-parisc/hardware.h
include/asm-parisc/processor.h