aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r--arch/s390/kernel/vmlinux.lds.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S
index a53db23ee092..8e023c8c2461 100644
--- a/arch/s390/kernel/vmlinux.lds.S
+++ b/arch/s390/kernel/vmlinux.lds.S
@@ -60,6 +60,7 @@ SECTIONS
60 } :data 60 } :data
61 61
62 .data : { /* Data */ 62 .data : { /* Data */
63 PAGE_ALIGNED_DATA(PAGE_SIZE)
63 DATA_DATA 64 DATA_DATA
64 CONSTRUCTORS 65 CONSTRUCTORS
65 } 66 }
@@ -72,11 +73,6 @@ SECTIONS
72 . = ALIGN(PAGE_SIZE); 73 . = ALIGN(PAGE_SIZE);
73 __nosave_end = .; 74 __nosave_end = .;
74 75
75 . = ALIGN(PAGE_SIZE);
76 .data.page_aligned : {
77 *(.data.idt)
78 }
79
80 . = ALIGN(0x100); 76 . = ALIGN(0x100);
81 .data.cacheline_aligned : { 77 .data.cacheline_aligned : {
82 *(.data.cacheline_aligned) 78 *(.data.cacheline_aligned)