We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178e834 commit a06cc94Copy full SHA for a06cc94
arch/x86/kernel/vmlinux.lds.S
@@ -102,7 +102,6 @@ SECTIONS
102
_stext = .;
103
/* bootstrapping code */
104
HEAD_TEXT
105
- . = ALIGN(8);
106
TEXT_TEXT
107
SCHED_TEXT
108
CPUIDLE_TEXT
@@ -198,7 +197,7 @@ SECTIONS
198
197
. = __vvar_beginning_hack + PAGE_SIZE;
199
} :data
200
201
- . = ALIGN(__vvar_page + PAGE_SIZE, PAGE_SIZE);
+ . = ALIGN(__vvar_page + PAGE_SIZE, PAGE_SIZE);
202
203
/* Init code and data - will be freed after init */
204
. = ALIGN(PAGE_SIZE);
@@ -366,8 +365,8 @@ SECTIONS
366
365
. = ALIGN(PAGE_SIZE); /* keep VO_INIT_SIZE page aligned */
367
_end = .;
368
369
- STABS_DEBUG
370
- DWARF_DEBUG
+ STABS_DEBUG
+ DWARF_DEBUG
371
372
/* Sections to be discarded */
373
DISCARDS
0 commit comments