x86: Move call64 into its own section

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>
This commit is contained in:
Simon Glass 2020-12-23 08:11:27 -07:00
parent 52d2e9c142
commit 7dc82591d6

View File

@ -11,6 +11,7 @@
#include <asm/processor-flags.h>
.code32
.section .text_call64
.globl cpu_call64
cpu_call64:
/*