From patchwork Wed Oct 6 07:18:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 234921 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o967FP8u009164 for ; Wed, 6 Oct 2010 07:16:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932138Ab0JFHQI (ORCPT ); Wed, 6 Oct 2010 03:16:08 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:42654 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932110Ab0JFHQG (ORCPT ); Wed, 6 Oct 2010 03:16:06 -0400 Received: by pvg2 with SMTP id 2so1836877pvg.19 for ; Wed, 06 Oct 2010 00:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=PTfQIM0lJXz6S1gxoAHAdToijNeZ+SrpEJfFd/09rBw=; b=SQdsIe5yX37GSAiV1+A5QX+Yf39+5IbCAqUbJsQwnFtuKhXOutpQD+7BgRNWOe6OD0 u7iu91Ed/hq0ZriMsEGWH5N2I3U+5m/kEndh2ZcYaw+gNiAHXLQt6IHkhttlRWcPsBi5 mjrPc7xgaXWshokErNH0TVcPCHrz5fb93Cgi8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=ETvmNd3meDyfT3t0Fr8xFye5Nx950OxIkr0L+03HcKInNpdllUsBOdY+OCG6nn7amy SYiHldUptHe+WsHGBshJoBmY6Eo4nSDWbFT4Gq6ghYfi2OjZR0ulQKI6yvt4LqvVv4hr cX91BuZ5tYPNG+Pl7S4qtZ32L+BzdeLN1ROq0= Received: by 10.142.195.14 with SMTP id s14mr11277471wff.257.1286349365811; Wed, 06 Oct 2010 00:16:05 -0700 (PDT) Received: from [127.0.0.1] (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id x1sm463546wfd.20.2010.10.06.00.16.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Oct 2010 00:16:05 -0700 (PDT) From: Magnus Damm To: linux@arm.linux.org.uk Cc: grant.likely@secretlab.ca, Magnus Damm , lethal@linux-sh.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org Date: Wed, 06 Oct 2010 16:18:13 +0900 Message-Id: <20101006071813.28048.36531.sendpatchset@t400s> In-Reply-To: <20101006071731.28048.89938.sendpatchset@t400s> References: <20101006071731.28048.89938.sendpatchset@t400s> Subject: [PATCH 05/08] ARM: Move the unwind header to entry-header.S Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 06 Oct 2010 07:16:08 +0000 (UTC) --- 0005/arch/arm/include/asm/entry-header.S +++ work/arch/arm/include/asm/entry-header.S 2010-10-06 14:30:10.000000000 +0900 @@ -5,6 +5,7 @@ #include #include #include +#include @ Bad Abort numbers @ ----------------- --- 0005/arch/arm/kernel/entry-armv.S +++ work/arch/arm/kernel/entry-armv.S 2010-10-06 14:30:14.000000000 +0900 @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include --- 0002/arch/arm/kernel/entry-common.S +++ work/arch/arm/kernel/entry-common.S 2010-10-06 14:30:20.000000000 +0900 @@ -11,7 +11,6 @@ #include #include #include -#include #include