Skip to content

Commit

Permalink
sh: Fixup entry-common path breakage for SH-3.
Browse files Browse the repository at this point in the history
The nommu patches broke the path for the common bits, get it building
for the SH-3/4 case again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Dec 6, 2006
1 parent 710ee0c commit 716067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/cpu/sh3/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ skip_restore:
7: .long 0x30000000

! common exception handler
#include "../../entry.S"
#include "../../entry-common.S"
! Exception Vector Base
!
Expand Down

0 comments on commit 716067f

Please sign in to comment.