From patchwork Fri Jul 15 22:12:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Julin X-Patchwork-Id: 980822 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6FMD6nO018087 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Jul 2011 22:13:27 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qhqcw-0005fi-Ib; Fri, 15 Jul 2011 22:12:54 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qhqcw-0002fj-6n; Fri, 15 Jul 2011 22:12:54 +0000 Received: from outbound.clarku.edu ([140.232.1.163]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qhqcp-0002fS-FP for linux-arm-kernel@lists.infradead.org; Fri, 15 Jul 2011 22:12:51 +0000 Received: from george.george.clarku.edu (george.clarku.edu [140.232.1.173]) by outbound.clarku.edu (Postfix) with ESMTP id 4E97F2FE83 for ; Fri, 15 Jul 2011 18:12:45 -0400 (EDT) Received: from paul.ad.clarku.edu (140.232.1.172) by george.clarku.edu (140.232.1.173) with Microsoft SMTP Server (TLS) id 8.2.213.0; Fri, 15 Jul 2011 18:12:44 -0400 Received: from john.ad.clarku.edu ([10.3.3.61]) by paul.ad.clarku.edu ([140.232.1.172]) with mapi; Fri, 15 Jul 2011 18:12:45 -0400 From: Brian Julin To: "linux-arm-kernel@lists.infradead.org" Date: Fri, 15 Jul 2011 18:12:44 -0400 Subject: [PATCH] freshen up mm/proc-arm946.S Thread-Topic: [PATCH] freshen up mm/proc-arm946.S Thread-Index: AQHMQzxSoILnisWBGkW0DrzPZGIfig== Message-ID: <5A630F46702DD1498FFD48394B4A664CB39A93520F@john.ad.clarku.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110715_181247_598800_3FE1198B X-CRM114-Status: UNSURE ( 4.57 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 15 Jul 2011 22:13:27 +0000 (UTC) This patch helps get things compiling/working when ARM946 is selected. It fixes a missing structure member and a typo in mm/proc-arm946.S Signed-off-by: Brian S. Julin Acked-by: Dave Martin --- a/arch/arm/mm/proc-arm946.S 2011-07-14 15:00:27.000000000 -0400 +++ b/arch/arm/mm/proc-arm946.S 2011-07-10 14:27:13.000000000 -0400 @@ -450,4 +450,5 @@ .long 0xff00fff0 .long 0 + .long 0 b __arm946_setup .long cpu_arch_name @@ -458,5 +459,5 @@ .long 0 .long 0 - .long arm940_cache_fns + .long arm946_cache_fns .size __arm946_proc_info, . - __arm946_proc_info