diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-03-30 19:29:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-03-30 19:29:57 +0900 |
commit | f03c4866d31e913a8dbc84f7d1459abdaf0bd326 (patch) | |
tree | f8354acdc74f8a3f58fe6962540d1eb7735de4c9 /arch/sh/kernel/process_32.c | |
parent | f52b69f86e27903d6896ed5fa7cd280fec8de532 (diff) | |
download | blackbird-op-linux-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.gz blackbird-op-linux-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.zip |
sh: fix up fallout from system.h disintegration.
Quite a bit of fallout all over the place, nothing terribly exciting.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process_32.c')
-rw-r--r-- | arch/sh/kernel/process_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index f72e3a951588..94273aaf78c1 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c @@ -26,6 +26,7 @@ #include <asm/mmu_context.h> #include <asm/fpu.h> #include <asm/syscalls.h> +#include <asm/switch_to.h> void show_regs(struct pt_regs * regs) { |