diff options
author | Chris Smith <chris.smith@st.com> | 2010-01-27 08:03:11 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-27 08:03:11 -0500 |
commit | 660e2acad81c19b404f7d7d06e57a6d5e6ce7426 (patch) | |
tree | 377b2e0f9d4219b301c1f3c16311a7710e2d4abc /arch/sh/kernel/vmlinux.lds.S | |
parent | 08b36c4a02b5a9db609fc6d93b9c41d7fa75713c (diff) |
sh: kmemleak support.
Enables support for kmemleak on sh.
Signed-off-by: Chris Smith <chris.smith@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sh/kernel/vmlinux.lds.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 93e9b25a1811..f0bc6b886eed 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S | |||
@@ -50,12 +50,12 @@ SECTIONS | |||
50 | } = 0x0009 | 50 | } = 0x0009 |
51 | 51 | ||
52 | EXCEPTION_TABLE(16) | 52 | EXCEPTION_TABLE(16) |
53 | |||
54 | NOTES | 53 | NOTES |
54 | |||
55 | _sdata = .; | ||
55 | RO_DATA(PAGE_SIZE) | 56 | RO_DATA(PAGE_SIZE) |
56 | RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) | 57 | RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) |
57 | 58 | _edata = .; | |
58 | _edata = .; /* End of data section */ | ||
59 | 59 | ||
60 | DWARF_EH_FRAME | 60 | DWARF_EH_FRAME |
61 | 61 | ||