From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] xen: remove dups in x86 and x86_64 variables Date: Wed, 23 Dec 2015 19:29:41 +0000 Message-ID: <567AF625.9080701@citrix.com> References: <1450898123-487-1-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450898123-487-1-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org Cc: George Dunlap , Keir Fraser , Kevin Tian , Feng Wu , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 23/12/2015 19:15, Doug Goldstein wrote: > Currently the Xen build uses x86 and x86_64 variables as well as > CONFIG_X86 and CONFIG_X86_64. This just removes the duplication. The > CONFIG_ variables are now managed by Kconfig but existed previously so > this duplication existed prior to the Kconfig migration. > > Signed-off-by: Doug Goldstein Acked-by: Andrew Cooper