diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-05-22 22:35:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-22 22:35:33 -0400 |
commit | 8ace5c4698ec8da53e69095596718d5a936433de (patch) | |
tree | 1f5959b3ac289e3bde420cc14109be0cc518a75a /arch/m68k/kernel/vmlinux-sun3.lds | |
parent | a375b15164dd9264f724ad941825e52c90145151 (diff) | |
parent | 71a8638480eb8fb6cfabe2ee9ca3fbc6e3453a14 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest
Diffstat (limited to 'arch/m68k/kernel/vmlinux-sun3.lds')
-rw-r--r-- | arch/m68k/kernel/vmlinux-sun3.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds index 1ad6b7ad2c17..8080469ee6c1 100644 --- a/arch/m68k/kernel/vmlinux-sun3.lds +++ b/arch/m68k/kernel/vmlinux-sun3.lds | |||
@@ -25,6 +25,7 @@ SECTIONS | |||
25 | _etext = .; /* End of text section */ | 25 | _etext = .; /* End of text section */ |
26 | 26 | ||
27 | EXCEPTION_TABLE(16) :data | 27 | EXCEPTION_TABLE(16) :data |
28 | _sdata = .; /* Start of rw data section */ | ||
28 | RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE) :data | 29 | RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE) :data |
29 | /* End of data goes *here* so that freeing init code works properly. */ | 30 | /* End of data goes *here* so that freeing init code works properly. */ |
30 | _edata = .; | 31 | _edata = .; |