diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-08 16:20:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 16:35:33 +0200 |
commit | 5aa3b610a7330c3cd6f0cb264d2189a3a1dcf534 (patch) | |
tree | f6cf8b6116937cd02b9402d0c9b4a5ee5733c15d /arch/ppc/kernel/head_4xx.S | |
parent | Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/lenb/li... (diff) | |
download | linux-5aa3b610a7330c3cd6f0cb264d2189a3a1dcf534.tar.xz linux-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/ppc/kernel/head_4xx.S')
-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 0a5e723d3be6..ca9518b96c6e 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 |