===== xen/include/asm-x86/config.h 1.40 vs edited ===== --- 1.40/xen/include/asm-x86/config.h 2005-02-18 07:34:25 -06:00 +++ edited/xen/include/asm-x86/config.h 2005-04-06 14:03:45 -05:00 @@ -12,6 +12,7 @@ #endif #define CONFIG_X86 1 +#define CONFIG_SHADOW 1 #define CONFIG_SMP 1 #define CONFIG_X86_LOCAL_APIC 1 ===== xen/include/xen/shadow.h 1.1 vs edited ===== --- 1.1/xen/include/xen/shadow.h 2005-04-05 11:55:49 -05:00 +++ edited/xen/include/xen/shadow.h 2005-04-06 14:00:47 -05:00 @@ -4,7 +4,7 @@ #include -#ifdef CONFIG_X86 +#ifdef CONFIG_SHADOW #include