]> Git Repo - linux.git/commitdiff
scripts/head-object-list: Remove x86 from the list
authorAlexander Lobakin <[email protected]>
Mon, 9 Jan 2023 17:04:03 +0000 (18:04 +0100)
committerIngo Molnar <[email protected]>
Mon, 9 Jan 2023 17:22:21 +0000 (18:22 +0100)
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Tested-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
scripts/head-object-list.txt

index b074134cfac210840cade7525530075b6d65b413..b2a0e21ea8d7ea70de239c62f45c7e8a63ef0671 100644 (file)
@@ -42,10 +42,4 @@ arch/s390/kernel/head64.o
 arch/sh/kernel/head_32.o
 arch/sparc/kernel/head_32.o
 arch/sparc/kernel/head_64.o
-arch/x86/kernel/head_32.o
-arch/x86/kernel/head_64.o
-arch/x86/kernel/head32.o
-arch/x86/kernel/head64.o
-arch/x86/kernel/ebda.o
-arch/x86/kernel/platform-quirks.o
 arch/xtensa/kernel/head.o
This page took 0.055242 seconds and 4 git commands to generate.