From: Sam Ravnborg Date: Thu, 18 Oct 2007 07:04:25 +0000 (-0700) Subject: [PARISC] Beautify parisc vmlinux.lds.S X-Git-Tag: v2.6.24-rc1~118^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1b3d8cb141c0705d61af2e2372d72ff16c7d04;p=pandora-kernel.git [PARISC] Beautify parisc vmlinux.lds.S Introduce a consistent layout of vmlinux. The same layout has been introduced for most architectures. And the same time move a few label definitions inside the curly brackets so they are assigned the correct starting address. Before a ld inserted alignment would have casued the label to pint before the actual start of the section. Signed-off-by: Sam Ravnborg Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed