No functional change, but it performs a bit better.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
#include <xen/kimage.h>
#include <asm/asm_defns.h>
+#include <asm/cache.h>
#include <asm/msr-index.h>
#include <asm/page.h>
#include <asm/machine_kexec.h>
ud2
END(compatibility_mode)
+ /* Separate code and data into into different cache lines */
+ .balign L1_CACHE_BYTES
+
DATA_LOCAL(compat_mode_gdt_desc, 4)
.word .Lcompat_mode_gdt_end - compat_mode_gdt -1
.quad 0x0000000000000000 /* set in call_32_bit above */