From patchwork Fri Apr 25 13:20:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 4062471 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 67C67BFF02 for ; Fri, 25 Apr 2014 13:24:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A25972037F for ; Fri, 25 Apr 2014 13:24:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D58642034F for ; Fri, 25 Apr 2014 13:24:44 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wdg5F-00073e-2t; Fri, 25 Apr 2014 13:22:29 +0000 Received: from mail-pb0-f45.google.com ([209.85.160.45]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wdg5D-0006pR-El for linux-arm-kernel@lists.infradead.org; Fri, 25 Apr 2014 13:22:27 +0000 Received: by mail-pb0-f45.google.com with SMTP id uo5so3203052pbc.18 for ; Fri, 25 Apr 2014 06:22:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rMEoFfsYcGDDA0SsX6UW0Oht5fiecAWz1z7+wdl0qFU=; b=VygnUYdFw0Dzhew9ImRzWCpBHyAUAJ0tLAWjUfKxWElyaCiYemJkxsR5qQn+1igWuL /ka0e+Ji+QIgRzsW6vkj2OPQAjZ4Sx0JtJgkCxsanQyo+T4WrVYvbIbv67qRmdAIIvSw 7xBoNa6k8Y0JN47H9203lXiJOCXbe0jOEYTMEy5Pinh+xCKB+g6kG9NbiqFs+qMO7ntQ Mb0MeErAs2NbdQaaZIAkNxxaEtPJ3jCyoSrtv6Tm0mAJckBY3y9d0HeFCHS/eHeQT1CM tUwEJhJqhI2ZZWz+pkmPAiaL88Lrgi68szD1k4J1rOir8oKk7cxYhf39U7WMfMyG8fNC wPnw== X-Gm-Message-State: ALoCoQn70P0elX7J8qWAxiHNkXANHixTbShvbqa8FMJj9n2yJQCBh3c/Xivxmy5atNnKHbiHaHZG X-Received: by 10.68.181.165 with SMTP id dx5mr11519426pbc.38.1398432125655; Fri, 25 Apr 2014 06:22:05 -0700 (PDT) Received: from localhost ([218.17.215.175]) by mx.google.com with ESMTPSA id qw8sm15983180pbb.27.2014.04.25.06.21.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 25 Apr 2014 06:22:04 -0700 (PDT) From: Hanjun Guo To: linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Subject: [PATCH v3 part1 03/11] ARM64 : Add dummy asm/cpu.h Date: Fri, 25 Apr 2014 21:20:09 +0800 Message-Id: <1398432017-8506-4-git-send-email-hanjun.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398432017-8506-1-git-send-email-hanjun.guo@linaro.org> References: <1398432017-8506-1-git-send-email-hanjun.guo@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140425_062227_509044_E50ED793 X-CRM114-Status: UNSURE ( 9.83 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Mark Rutland , Rob Herring , Graeme Gregory , Arnd Bergmann , Mark Brown , Catalin Marinas , linaro-acpi@lists.linaro.org, "Rafael J. Wysocki" , Will Deacon , Olof Johansson , Hanjun Guo , Sudeep Holla , Grant Likely , Charles.Garcia-Tobin@arm.com 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=-1.8 required=5.0 tests=BAYES_00, RCVD_IN_SORBS_WEB, 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 ACPI core requires a cpu.h, add a dummy one here temporarily. This file will be updated in the future to add definitions for arch_(un)register_cpu which are required for ACPI based physical CPU hotplug when these standards have be ratified by the ASWG. Signed-off-by: Graeme Gregory Signed-off-by: Hanjun Guo --- arch/arm64/include/asm/cpu.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/arm64/include/asm/cpu.h diff --git a/arch/arm64/include/asm/cpu.h b/arch/arm64/include/asm/cpu.h new file mode 100644 index 0000000..cee7d3f --- /dev/null +++ b/arch/arm64/include/asm/cpu.h @@ -0,0 +1,11 @@ +/* + * Copyright (C) 2013-2014 ARM Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#ifndef __ASM_CPU_H +#define __ASM_CPU_H + +#endif