From 273a6e99e95767373f56cac7eb15b56cd75fbe09 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 20 Jul 2009 23:30:24 +0900 Subject: [PATCH] --- yaml --- r: 163341 b: refs/heads/master c: 6bde607e699b9f3c6fa5e4a97d78c7778e643b3d h: refs/heads/master i: 163339: 7aaf66d02800bd3180b1497a1f3dd9391463e038 v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/vmlinux.lds.S | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1976f8057e9a..eced1a2cd47a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6e1922bbd25fd507db05c54499726159b1614b83 +refs/heads/master: 6bde607e699b9f3c6fa5e4a97d78c7778e643b3d diff --git a/trunk/arch/sh/kernel/vmlinux.lds.S b/trunk/arch/sh/kernel/vmlinux.lds.S index 674ed8feb8ae..80dc9f8d9412 100644 --- a/trunk/arch/sh/kernel/vmlinux.lds.S +++ b/trunk/arch/sh/kernel/vmlinux.lds.S @@ -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 = . ;