From: David S. Miller Date: Tue, 24 Jul 2007 22:17:33 +0000 (-0700) Subject: [SPARC64]: Mark most of initial bootup asm as .text.init.ref_ok X-Git-Tag: v2.6.23-rc2~294^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1966287dfa07b2aa125009587a5d2b8375775c53;p=pandora-kernel.git [SPARC64]: Mark most of initial bootup asm as .text.init.ref_ok We can't mark the whole thing init because there are dependencies in bootloaders that assume that _start, or whatever the image entry value, is 2 instructions before the "HdrS" signature. In fact, TILO assumes this entry is always at 0x4000, yikes! Also, right after the bootloader info area there are OBP strings and values that get used later in the boot process, and those are not all provably .init yet. Signed-off-by: David S. Miller --- Reading git-diff-tree failed