diff options
Diffstat (limited to 'arch/tile/kernel/process.c')
-rw-r--r-- | arch/tile/kernel/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/tile/kernel/process.c b/arch/tile/kernel/process.c index 6ae495ef2b99..30caecac94dc 100644 --- a/arch/tile/kernel/process.c +++ b/arch/tile/kernel/process.c | |||
@@ -27,16 +27,17 @@ | |||
27 | #include <linux/kernel.h> | 27 | #include <linux/kernel.h> |
28 | #include <linux/tracehook.h> | 28 | #include <linux/tracehook.h> |
29 | #include <linux/signal.h> | 29 | #include <linux/signal.h> |
30 | #include <asm/system.h> | ||
31 | #include <asm/stack.h> | 30 | #include <asm/stack.h> |
32 | #include <asm/homecache.h> | 31 | #include <asm/homecache.h> |
33 | #include <asm/syscalls.h> | 32 | #include <asm/syscalls.h> |
34 | #include <asm/traps.h> | 33 | #include <asm/traps.h> |
34 | #include <asm/setup.h> | ||
35 | #ifdef CONFIG_HARDWALL | 35 | #ifdef CONFIG_HARDWALL |
36 | #include <asm/hardwall.h> | 36 | #include <asm/hardwall.h> |
37 | #endif | 37 | #endif |
38 | #include <arch/chip.h> | 38 | #include <arch/chip.h> |
39 | #include <arch/abi.h> | 39 | #include <arch/abi.h> |
40 | #include <arch/sim_def.h> | ||
40 | 41 | ||
41 | 42 | ||
42 | /* | 43 | /* |