mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
6a4b170c54
commit
5aa3b610a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue