Pārlūkot izejas kodu

[PATCH] ppc32: Fix head_4xx.S compile error

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

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Kumar Gala 19 gadi atpakaļ
vecāks
revīzija
5aa3b610a7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      arch/ppc/kernel/head_4xx.S

+ 1 - 0
arch/ppc/kernel/head_4xx.S

@@ -453,6 +453,7 @@ label:
 #else
 #else
 	CRITICAL_EXCEPTION(0x1020, WDTException, UnknownException)
 	CRITICAL_EXCEPTION(0x1020, WDTException, UnknownException)
 #endif
 #endif
+#endif
 
 
 /* 0x1100 - Data TLB Miss Exception
 /* 0x1100 - Data TLB Miss Exception
  * As the name implies, translation is not in the MMU, so search the
  * As the name implies, translation is not in the MMU, so search the