diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-08 09:20:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 07:35:33 -0700 |
commit | 5aa3b610a7330c3cd6f0cb264d2189a3a1dcf534 (patch) | |
tree | f6cf8b6116937cd02b9402d0c9b4a5ee5733c15d /arch | |
parent | 6a4b170c54289f427645019c52d1b9c871a6661e (diff) | |
download | linux-3.10-5aa3b610a7330c3cd6f0cb264d2189a3a1dcf534.tar.gz linux-3.10-5aa3b610a7330c3cd6f0cb264d2189a3a1dcf534.tar.bz2 linux-3.10-5aa3b610a7330c3cd6f0cb264d2189a3a1dcf534.zip |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 index 0a5e723d3be..ca9518b96c6 100644 --- 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 |