diff options
Diffstat (limited to 'arch/i386/kernel/irq.c')
-rw-r--r-- | arch/i386/kernel/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/irq.c b/arch/i386/kernel/irq.c index f3a9c78c4a24..248e922ee13a 100644 --- a/arch/i386/kernel/irq.c +++ b/arch/i386/kernel/irq.c | |||
@@ -42,8 +42,8 @@ union irq_ctx { | |||
42 | u32 stack[THREAD_SIZE/sizeof(u32)]; | 42 | u32 stack[THREAD_SIZE/sizeof(u32)]; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | static union irq_ctx *hardirq_ctx[NR_CPUS]; | 45 | static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; |
46 | static union irq_ctx *softirq_ctx[NR_CPUS]; | 46 | static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; |
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | /* | 49 | /* |