Skip to content

Commit

Permalink
sh: Clean up linker script using new BSS_SECTION macro.
Browse files Browse the repository at this point in the history
Updated to use the fixed BSS linker script macros from this
thread:

	http://www.spinics.net/lists/kernel/msg913238.html

Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Tim Abbott authored and Paul Mundt committed Jul 20, 2009
1 parent 6e1922b commit 6bde607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ SECTIONS

. = ALIGN(PAGE_SIZE);
__init_end = .;
BSS(PAGE_SIZE)
. = ALIGN(4);
BSS_SECTION(0, PAGE_SIZE, 4)
_ebss = .; /* uClinux MTD sucks */
_end = . ;

Expand Down

0 comments on commit 6bde607

Please sign in to comment.