summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-07-20 14:29:26 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2009-07-20 14:29:26 (GMT)
commit6e1922bbd25fd507db05c54499726159b1614b83 (patch)
treef6814081bbda5151607ac85efd1a256804ae4568 /arch
parentc358fc46efa6b8a03cf007e7250b4b0020950d0a (diff)
parent04e448d9a386640a79a4aa71251aa1cdd314f662 (diff)
downloadlinux-fsl-qoriq-6e1922bbd25fd507db05c54499726159b1614b83.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes into sh/kbuild-fixes
Diffstat (limited to 'arch')
-rw-r--r--arch/mn10300/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/vmlinux.lds.S b/arch/mn10300/kernel/vmlinux.lds.S
index c96ba3d..f4aa079 100644
--- a/arch/mn10300/kernel/vmlinux.lds.S
+++ b/arch/mn10300/kernel/vmlinux.lds.S
@@ -107,7 +107,7 @@ SECTIONS
__init_end = .;
/* freed after init ends here */
- BSS(4)
+ BSS_SECTION(0, PAGE_SIZE, 4)
_end = . ;