diff options
| -rw-r--r-- | arch/mips/include/asm/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/irq.h b/arch/mips/include/asm/irq.h index ddd1c918103b..c5d351786416 100644 --- a/arch/mips/include/asm/irq.h +++ b/arch/mips/include/asm/irq.h | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | #include <irq.h> | 18 | #include <irq.h> |
| 19 | 19 | ||
| 20 | #define IRQ_STACK_SIZE THREAD_SIZE | 20 | #define IRQ_STACK_SIZE THREAD_SIZE |
| 21 | #define IRQ_STACK_START (IRQ_STACK_SIZE - sizeof(unsigned long)) | 21 | #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) |
| 22 | 22 | ||
| 23 | extern void *irq_stack[NR_CPUS]; | 23 | extern void *irq_stack[NR_CPUS]; |
| 24 | 24 | ||
