···226226 However, when run without a hypervisor the kernel is227227 theoretically slower. If in doubt, say N.228228229229-source "arch/i386/xen/Kconfig"229229+source "arch/x86/xen/Kconfig"230230231231config VMI232232 bool "VMI Paravirt-ops support"
···537537 .ascii "Int %d: CR2 %p err %p EIP %p CS %p flags %p\n"538538 .asciz "Stack: %p %p %p %p %p %p %p %p\n"539539540540-#include "../xen/xen-head.S"540540+#include "../../x86/xen/xen-head.S"541541542542/*543543 * The IDT and GDT 'descriptors' are a strange 48-bit object
+1-1
arch/i386/kernel/vsyscall-note_32.S
···3333 * at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen.3434 */35353636-#include "../xen/vdso.h" /* Defines VDSO_NOTE_NONEGSEG_BIT. */3636+#include "../../x86/xen/vdso.h" /* Defines VDSO_NOTE_NONEGSEG_BIT. */37373838 .globl VDSO_NOTE_MASK3939ELFNOTE_START(GNU, 2, "a")