From patchwork Mon Jul 22 21:40:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 2831603 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 08DDC9F4D4 for ; Mon, 22 Jul 2013 21:41:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2D54920290 for ; Mon, 22 Jul 2013 21:41:39 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0D57520271 for ; Mon, 22 Jul 2013 21:41:38 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1NrI-0003TZ-4G; Mon, 22 Jul 2013 21:41:32 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1NrF-0007Df-OG; Mon, 22 Jul 2013 21:41:29 +0000 Received: from mail-wi0-f180.google.com ([209.85.212.180]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1NrC-0007DB-A5 for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2013 21:41:27 +0000 Received: by mail-wi0-f180.google.com with SMTP id c10so2418057wiw.13 for ; Mon, 22 Jul 2013 14:41:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=VVtJZWo1Rt4gCdrc3emEE7EhU3zexJ0FwfHK0TWnOmM=; b=fm5YIjNFyOcjjPvHrJDaYQmapdG4+tTSNhW8cuoX/QyzAhF2dcBWaAI2hdeI0gVAUT 5lGyECG0s7Aqg9fbn8PNDVj56fH6vKX8vHedeub3DIbBNAFXNO6jLqfdSu7d977rI+7j 75UTEXAiAqbw5DCPXAJhaLJnnqTypCX2tAuuHBoKo3sRuIIHwbkFMrPWm4fgTZGnpQFb Cll7SRLNrO/VrbDL+QwSQzPsTgTIovVZAqJX2GxcaJ1SYIeszBOLl1PS6oMozH52b5d6 JsoQS5vPV67EdLBdao4PjbtYACGLAXMgDjtijlGxl2+2M/ceA4jpsA2fci4uEIT7/1xv kKFA== X-Received: by 10.180.10.138 with SMTP id i10mr30976643wib.53.1374529264204; Mon, 22 Jul 2013 14:41:04 -0700 (PDT) Received: from belegaer.uk.xensource.com. (firewall.ctxuk.citrix.com. [46.33.159.2]) by mx.google.com with ESMTPSA id w4sm1637724wia.9.2013.07.22.14.41.02 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 14:41:03 -0700 (PDT) From: Julien Grall To: stefano.stabellini@eu.citrix.com, konrad.wilk@oracle.com Subject: [PATCH] xen/arm64: Don't compile cpu hotplug Date: Mon, 22 Jul 2013 22:40:58 +0100 Message-Id: <1374529258-12866-1-git-send-email-julien.grall@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQnpcISQeFn3aApEaJgpA+/yC8OMQDzxgIsGdgB3nUC8KzoQT+BdsD5OxKM6MIFY2CVpYCs3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130722_174126_443223_6BE7EED2 X-CRM114-Status: UNSURE ( 9.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: mark.rutland@arm.com, ian.campbell@citrix.com, patches@linaro.org, Catalin.Marinas@arm.com, Julien Grall , linux-kernel@vger.kernel.org, xen-devel@lists.xen.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On ARM64, when CONFIG_XEN=y, the compilation will fail because CPU hotplug is not yet supported with XEN. For now, disable it. Signed-off-by: Julien Grall Acked-by: Mark Rutland Acked-by: Stefano Stabellini --- drivers/xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 2bf461a..a609353 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile @@ -1,4 +1,4 @@ -ifneq ($(CONFIG_ARM),y) +ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),) obj-y += manage.o obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o endif