diff mbox

[1/2] x86: CONFIG_X86 defined by Kconfig

Message ID 1455982445-19054-1-git-send-email-cardoe@cardoe.com (mailing list archive)
State New, archived
Headers show

Commit Message

Douglas Goldstein Feb. 20, 2016, 3:34 p.m. UTC
CONFIG_X86 is defined by Kconfig when building for x86.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <jbeulich@suse.com>
CC: Andrew Cooper <andrew.cooper3@citrix.com>
---
 xen/include/asm-x86/config.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Andrew Cooper Feb. 20, 2016, 4:18 p.m. UTC | #1
On 20/02/16 15:34, Doug Goldstein wrote:
> CONFIG_X86 is defined by Kconfig when building for x86.
>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff mbox

Patch

diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h
index a45d3ee..07f3c1f 100644
--- a/xen/include/asm-x86/config.h
+++ b/xen/include/asm-x86/config.h
@@ -16,7 +16,6 @@ 
 
 #define BITS_PER_XEN_ULONG BITS_PER_LONG
 
-#define CONFIG_X86 1
 #define CONFIG_PAGING_ASSISTANCE 1
 #define CONFIG_X86_LOCAL_APIC 1
 #define CONFIG_X86_GOOD_APIC 1