From patchwork Mon Jun 10 06:03:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2695831 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 26E873FD4F for ; Mon, 10 Jun 2013 05:56:32 +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 1Ulv5d-0004WR-0S; Mon, 10 Jun 2013 05:56:25 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ulv5a-0001Ni-AG; Mon, 10 Jun 2013 05:56:22 +0000 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ulv5X-0001NM-BR for linux-arm-kernel@lists.infradead.org; Mon, 10 Jun 2013 05:56:20 +0000 Received: by mail-pa0-f51.google.com with SMTP id lf11so1468432pab.10 for ; Sun, 09 Jun 2013 22:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=slFnKynU4wNDVe336DuHDttjAX2XSztzDYabmeXaRNI=; b=SOW+CyaU7CX7UFXtZZReaHZjjFcePPBZ43AwsBeiU7hu3ABhyYct5y0EkWvyGioD7l Fg9mm9Q2PoiCQPUPfL1eHtA2U9YZDoKbyz7UUBpHZWWp6wwo/9wpExG3ENJnvzRWEc+L lPqcDuhs6sRmOGQacqnRTJtsTzHeImEvmIdFTAenFytUa3MVAEzs/f+0BAjIsLh9UHHu zIirPwpXzlER4Jbs548gY5anZO1WpBPK7NMTHPE7iykD2A7yC90tKU0g7ah7Jxz+EUEh JLQtFrze/maiaK7wPZ4fsUo5yYOc/Rmcpc+lvMMs2b1EkKX9Wqn34ig6HPRElHc1N9H/ FM/Q== X-Received: by 10.66.159.195 with SMTP id xe3mr12532450pab.49.1370843756597; Sun, 09 Jun 2013 22:55:56 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id iq2sm9153904pbb.19.2013.06.09.22.55.53 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Jun 2013 22:55:54 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 10 Jun 2013 15:03:25 +0900 Message-Id: <20130610060325.2335.65815.sendpatchset@w520> Subject: [PATCH] ARM: zImage/virt: remove hyp-stub.S during distclean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130610_015619_489600_66F61C78 X-CRM114-Status: UNSURE ( 6.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (magnus.damm[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: dave.martin@linaro.org, arnd@arndb.de, Magnus Damm , horms@verge.net.au, olof@lixom.net, 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 From: Magnus Damm Make sure hyp-stub.S gets removed during make distclean, this left over file was introduced in commit: 424e599 ARM: zImage/virt: hyp mode entry support for the zImage loader Signed-off-by: Magnus Damm Acked-by: Dave Martin Reviewed-by: Simon Horman Acked-by: Dave Martin --- arch/arm/boot/compressed/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- 0001/arch/arm/boot/compressed/Makefile +++ work/arch/arm/boot/compressed/Makefile 2013-06-05 17:21:20.000000000 +0900 @@ -116,7 +116,8 @@ targets := vmlinux vmlinux.lds \ # Make sure files are removed during clean extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern \ - lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs) + lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs) \ + hyp-stub.S ifeq ($(CONFIG_FUNCTION_TRACER),y) ORIG_CFLAGS := $(KBUILD_CFLAGS)