mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
[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:
committed by
Linus Torvalds
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
|
||||
|
||||
Reference in New Issue
Block a user