tree f6cf8b6116937cd02b9402d0c9b4a5ee5733c15d
parent 6a4b170c54289f427645019c52d1b9c871a6661e
author Kumar Gala <[EMAIL PROTECTED]> Thu, 08 Sep 2005 19:20:55 -0500
committer Linus Torvalds <[EMAIL PROTECTED]> Thu, 08 Sep 2005 21:35:33 -0700

[PATCH] ppc32: Fix head_4xx.S compile error

head_4xx.S wasn't compiling due to a missing #endif

Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 arch/ppc/kernel/head_4xx.S |    1 +
 1 files changed, 1 insertion(+)

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 git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to