Skip to content

Commit

Permalink
[PATCH] ppc32: Fix head_4xx.S compile error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Sep 8, 2005
1 parent 6a4b170 commit 5aa3b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ppc/kernel/head_4xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aa3b61

Please sign in to comment.