diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-07 05:29:23 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 20:45:37 -0500 |
commit | 716067f28931d46b9f460acbeae1478a337e58ec (patch) | |
tree | 288749d35d87aba85ae275d0b8307e3d06d5e650 /arch/sh | |
parent | 710ee0cc45d095f7697821b330a3f8280205c2be (diff) |
sh: Fixup entry-common path breakage for SH-3.
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 8bcd63f9f351..869d56fb7d63 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S | |||
@@ -323,7 +323,7 @@ skip_restore: | |||
323 | 7: .long 0x30000000 | 323 | 7: .long 0x30000000 |
324 | 324 | ||
325 | ! common exception handler | 325 | ! common exception handler |
326 | #include "../../entry.S" | 326 | #include "../../entry-common.S" |
327 | 327 | ||
328 | ! Exception Vector Base | 328 | ! Exception Vector Base |
329 | ! | 329 | ! |