diff options
Diffstat (limited to 'arch/tile/kernel/intvec_32.S')
-rw-r--r-- | arch/tile/kernel/intvec_32.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/tile/kernel/intvec_32.S b/arch/tile/kernel/intvec_32.S index 207271f0cce1..3404c75f8e64 100644 --- a/arch/tile/kernel/intvec_32.S +++ b/arch/tile/kernel/intvec_32.S | |||
@@ -17,9 +17,9 @@ | |||
17 | #include <linux/linkage.h> | 17 | #include <linux/linkage.h> |
18 | #include <linux/errno.h> | 18 | #include <linux/errno.h> |
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/unistd.h> | ||
20 | #include <asm/ptrace.h> | 21 | #include <asm/ptrace.h> |
21 | #include <asm/thread_info.h> | 22 | #include <asm/thread_info.h> |
22 | #include <asm/unistd.h> | ||
23 | #include <asm/irqflags.h> | 23 | #include <asm/irqflags.h> |
24 | #include <asm/atomic.h> | 24 | #include <asm/atomic.h> |
25 | #include <asm/asm-offsets.h> | 25 | #include <asm/asm-offsets.h> |
@@ -32,7 +32,7 @@ | |||
32 | # error "No support for kernel preemption currently" | 32 | # error "No support for kernel preemption currently" |
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | #if INT_INTCTRL_1 < 32 || INT_INTCTL_1 >= 48 | 35 | #if INT_INTCTRL_1 < 32 || INT_INTCTRL_1 >= 48 |
36 | # error INT_INTCTRL_1 coded to set high interrupt mask | 36 | # error INT_INTCTRL_1 coded to set high interrupt mask |
37 | #endif | 37 | #endif |
38 | 38 | ||
@@ -1941,7 +1941,9 @@ int_unalign: | |||
1941 | #define op_handle_perf_interrupt bad_intr | 1941 | #define op_handle_perf_interrupt bad_intr |
1942 | #define op_handle_aux_perf_interrupt bad_intr | 1942 | #define op_handle_aux_perf_interrupt bad_intr |
1943 | 1943 | ||
1944 | #ifndef CONFIG_HARDWALL | ||
1944 | #define do_hardwall_trap bad_intr | 1945 | #define do_hardwall_trap bad_intr |
1946 | #endif | ||
1945 | 1947 | ||
1946 | int_hand INT_ITLB_MISS, ITLB_MISS, \ | 1948 | int_hand INT_ITLB_MISS, ITLB_MISS, \ |
1947 | do_page_fault, handle_interrupt_no_single_step | 1949 | do_page_fault, handle_interrupt_no_single_step |