From: Helge Deller Date: Wed, 26 Dec 2007 17:07:01 +0000 (+0100) Subject: [PARISC] head.S: section mismatch fixes X-Git-Tag: v2.6.25-rc6~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c634cc6299b55279fa2d3a7a5964ae45a642498;p=pandora-kernel.git [PARISC] head.S: section mismatch fixes - move boot_args[] into the init section - move $global$ into the read_mostly section - fix the following two section mismatches: WARNING: vmlinux.o(.text+0x9c): Section mismatch: reference to .init.text:start_kernel (between '$pgt_fill_loop' and '$is_pa20') WARNING: vmlinux.o(.text+0xa0): Section mismatch: reference to .init.text:start_kernel (between '$pgt_fill_loop' and '$is_pa20') Signed-off-by: Helge Deller SIgned-off-by: Kyle McMartin --- Reading git-diff-tree failed