xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] x86: CONFIG_X86 defined by Kconfig
@ 2016-02-20 15:34 Doug Goldstein
  2016-02-20 15:34 ` [PATCH 2/2] arm: CONFIG_ARM_{32, 64} " Doug Goldstein
  2016-02-20 16:18 ` [PATCH 1/2] x86: CONFIG_X86 " Andrew Cooper
  0 siblings, 2 replies; 4+ messages in thread
From: Doug Goldstein @ 2016-02-20 15:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Keir Fraser, Doug Goldstein, Jan Beulich, Andrew Cooper

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(-)

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
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] arm: CONFIG_ARM_{32, 64} defined by Kconfig
  2016-02-20 15:34 [PATCH 1/2] x86: CONFIG_X86 defined by Kconfig Doug Goldstein
@ 2016-02-20 15:34 ` Doug Goldstein
  2016-02-22 11:19   ` Stefano Stabellini
  2016-02-20 16:18 ` [PATCH 1/2] x86: CONFIG_X86 " Andrew Cooper
  1 sibling, 1 reply; 4+ messages in thread
From: Doug Goldstein @ 2016-02-20 15:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Stefano Stabellini, Doug Goldstein, Ian Campbell

CONFIG_ARM_32 and CONFIG_ARM_64 is defined by Kconfig.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Stefano Stabellini <stefano.stabellini@citrix.com>
---
 xen/include/asm-arm/config.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index a1b968d..c3a2c30 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -7,12 +7,6 @@
 #ifndef __ARM_CONFIG_H__
 #define __ARM_CONFIG_H__
 
-#if defined(__aarch64__)
-# define CONFIG_ARM_64 1
-#elif defined(__arm__)
-# define CONFIG_ARM_32 1
-#endif
-
 #if defined(CONFIG_ARM_64)
 # define LONG_BYTEORDER 3
 #else
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] x86: CONFIG_X86 defined by Kconfig
  2016-02-20 15:34 [PATCH 1/2] x86: CONFIG_X86 defined by Kconfig Doug Goldstein
  2016-02-20 15:34 ` [PATCH 2/2] arm: CONFIG_ARM_{32, 64} " Doug Goldstein
@ 2016-02-20 16:18 ` Andrew Cooper
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2016-02-20 16:18 UTC (permalink / raw)
  To: Doug Goldstein, xen-devel; +Cc: Keir Fraser, Jan Beulich

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] arm: CONFIG_ARM_{32, 64} defined by Kconfig
  2016-02-20 15:34 ` [PATCH 2/2] arm: CONFIG_ARM_{32, 64} " Doug Goldstein
@ 2016-02-22 11:19   ` Stefano Stabellini
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2016-02-22 11:19 UTC (permalink / raw)
  To: Doug Goldstein; +Cc: Stefano Stabellini, Ian Campbell, xen-devel

On Sat, 20 Feb 2016, Doug Goldstein wrote:
> CONFIG_ARM_32 and CONFIG_ARM_64 is defined by Kconfig.
> 
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>

Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>


> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Stefano Stabellini <stefano.stabellini@citrix.com>
> ---
>  xen/include/asm-arm/config.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
> index a1b968d..c3a2c30 100644
> --- a/xen/include/asm-arm/config.h
> +++ b/xen/include/asm-arm/config.h
> @@ -7,12 +7,6 @@
>  #ifndef __ARM_CONFIG_H__
>  #define __ARM_CONFIG_H__
>  
> -#if defined(__aarch64__)
> -# define CONFIG_ARM_64 1
> -#elif defined(__arm__)
> -# define CONFIG_ARM_32 1
> -#endif
> -
>  #if defined(CONFIG_ARM_64)
>  # define LONG_BYTEORDER 3
>  #else
> -- 
> 2.4.10
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-22 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-20 15:34 [PATCH 1/2] x86: CONFIG_X86 defined by Kconfig Doug Goldstein
2016-02-20 15:34 ` [PATCH 2/2] arm: CONFIG_ARM_{32, 64} " Doug Goldstein
2016-02-22 11:19   ` Stefano Stabellini
2016-02-20 16:18 ` [PATCH 1/2] x86: CONFIG_X86 " Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).