aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r--arch/sh/kernel/vmlinux.lds.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S
index 9e5a5878eea..93e9b25a181 100644
--- a/arch/sh/kernel/vmlinux.lds.S
+++ b/arch/sh/kernel/vmlinux.lds.S
@@ -53,18 +53,6 @@ SECTIONS
53 53
54 NOTES 54 NOTES
55 RO_DATA(PAGE_SIZE) 55 RO_DATA(PAGE_SIZE)
56
57 /*
58 * Code which must be executed uncached and the associated data
59 */
60 . = ALIGN(PAGE_SIZE);
61 .uncached : AT(ADDR(.uncached) - LOAD_OFFSET) {
62 __uncached_start = .;
63 *(.uncached.text)
64 *(.uncached.data)
65 __uncached_end = .;
66 }
67
68 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) 56 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
69 57
70 _edata = .; /* End of data section */ 58 _edata = .; /* End of data section */