Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751363AbVIHOVc (ORCPT ); Thu, 8 Sep 2005 10:21:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751364AbVIHOVc (ORCPT ); Thu, 8 Sep 2005 10:21:32 -0400 Received: from de01egw01.freescale.net ([192.88.165.102]:24193 "EHLO de01egw01.freescale.net") by vger.kernel.org with ESMTP id S1751363AbVIHOVb (ORCPT ); Thu, 8 Sep 2005 10:21:31 -0400 Date: Thu, 8 Sep 2005 09:20:55 -0500 (CDT) From: Kumar Gala X-X-Sender: galak@nylon.am.freescale.net To: Andrew Morton , Linus Torvalds cc: linux-kernel@vger.kernel.org, linuxppc-embedded Subject: [PATCH] ppc32: Fix head_4xx.S compile error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1104 Lines: 30 head_4xx.S wasn't compiling due to a missing #endif Signed-off-by: Kumar Gala --- commit 170118f5773bf979d0be23673b703f9dd26d63e7 tree 16e609ae6dd17af7236bbed11a875a1a653a7237 parent 4706df3d3c42af802597d82c8b1542c3d52eab23 author Kumar K. Gala Thu, 08 Sep 2005 09:18:08 -0500 committer Kumar K. Gala Thu, 08 Sep 2005 09:18:08 -0500 arch/ppc/kernel/head_4xx.S | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/ppc/kernel/head_4xx.S b/arch/ppc/kernel/head_4xx.S --- a/arch/ppc/kernel/head_4xx.S +++ b/arch/ppc/kernel/head_4xx.S @@ -453,6 +453,7 @@ label: #else CRITICAL_EXCEPTION(0x1020, WDTException, UnknownException) #endif +#endif /* 0x1100 - Data TLB Miss Exception * As the name implies, translation is not in the MMU, so search the - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/