diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-07-20 14:29:26 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-20 14:29:26 (GMT) |
commit | 6e1922bbd25fd507db05c54499726159b1614b83 (patch) | |
tree | f6814081bbda5151607ac85efd1a256804ae4568 /arch | |
parent | c358fc46efa6b8a03cf007e7250b4b0020950d0a (diff) | |
parent | 04e448d9a386640a79a4aa71251aa1cdd314f662 (diff) | |
download | linux-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.S | 2 |
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 = . ; |