From: Helge Deller Date: Sun, 27 May 2007 17:30:36 +0000 (+0200) Subject: [PARISC] fix section mismatches in arch/parisc/kernel X-Git-Tag: v2.6.22-rc5~36^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9541d0ca2a5d713c5d8dcb635d3f41e75c90bfb;p=pandora-kernel.git [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 Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed