aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 8b4bf732e1b5..ff3f469ab2d4 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -422,7 +422,7 @@ DECLARE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
422 * per-CPU IRQ handling stacks 422 * per-CPU IRQ handling stacks
423 */ 423 */
424struct irq_stack { 424struct irq_stack {
425 u32 stack[IRQ_STACK_SIZE / sizeof(u32)]; 425 char stack[IRQ_STACK_SIZE];
426} __aligned(IRQ_STACK_SIZE); 426} __aligned(IRQ_STACK_SIZE);
427 427
428DECLARE_PER_CPU(struct irq_stack *, hardirq_stack); 428DECLARE_PER_CPU(struct irq_stack *, hardirq_stack);