From: Sam Ravnborg Date: Tue, 16 Oct 2007 08:26:35 +0000 (-0700) Subject: alpha: beautify vmlinux.lds X-Git-Tag: v2.6.24-rc1~1091 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b5d37d7ee1592046ef75986c6d37ee9d55a61b;p=pandora-kernel.git alpha: beautify vmlinux.lds Introduced a consistent style in vmlinux.lds and it now matches the soon-to-be common style for all arch's vmlinux.lds files. In addition: - Replaced hardcoded constant with PAGE_SIZE - Fix page.h so PAGE_SIZE can be used from assembler and in lds files - Move a few labels inside brackets so linker alignment will not make label point ot a too low address - Replaced DWARF and STABS sections with definitions from asm-generic Signed-off-by: Sam Ravnborg Cc: Ivan Kokshaysky Cc: Richard Henderson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed