Skip to content

Commit 5353fff

Browse files
alobakiningomolnar
authored andcommitted
scripts/head-object-list: Remove x86 from the list
Now that x86 boot code is not hardcoded to the particular linking order, remove x86 files from the list and let them be placed inside the vmlinux according only to the linker script and linker preferences. Signed-off-by: Alexander Lobakin <alexandr.lobakin@intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Tested-by: Jiri Slaby <jirislaby@kernel.org> Link: https://lore.kernel.org/r/20230109170403.4117105-3-alexandr.lobakin@intel.com
1 parent 7734a0f commit 5353fff

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/head-object-list.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,4 @@ arch/s390/kernel/head64.o
4242
arch/sh/kernel/head_32.o
4343
arch/sparc/kernel/head_32.o
4444
arch/sparc/kernel/head_64.o
45-
arch/x86/kernel/head_32.o
46-
arch/x86/kernel/head_64.o
47-
arch/x86/kernel/head32.o
48-
arch/x86/kernel/head64.o
49-
arch/x86/kernel/ebda.o
50-
arch/x86/kernel/platform-quirks.o
5145
arch/xtensa/kernel/head.o

0 commit comments

Comments
 (0)