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:
@@ -11,6 +11,7 @@
|
||||
#include <asm/processor-flags.h>
|
||||
|
||||
.code32
|
||||
.section .text_call64
|
||||
.globl cpu_call64
|
||||
cpu_call64:
|
||||
/*
|
||||
|
Reference in New Issue
Block a user