projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d2e9c
)
x86: Move call64 into its own section
author
Simon Glass
<sjg@chromium.org>
Wed, 23 Dec 2020 15:11:27 +0000
(08:11 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000
(12:24 -0700)
When this code is not used (e.g. by TPL) we want it to be excluded from
the image. Put it in its own section so that this happens.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/i386/call64.S
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/i386/call64.S
b/arch/x86/cpu/i386/call64.S
index 275063c4af8c17fb78074003478daf0ef892da2c..0ffc1006bbf79110dcaa262429f3f904ce704388 100644
(file)
--- a/
arch/x86/cpu/i386/call64.S
+++ b/
arch/x86/cpu/i386/call64.S
@@
-11,6
+11,7
@@
#include <asm/processor-flags.h>
.code32
+.section .text_call64
.globl cpu_call64
cpu_call64:
/*