]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/x86/kernel/cpu/common.c
x86/irq/64: Adjust the per CPU irq stack pointer by 8
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / kernel / cpu / common.c
index 845c8a46cf7b291c138ce1fdf060afe7e4e6fd33..c5e23f351f676d7134c9798b3ca00b883a11313b 100644 (file)
@@ -1739,7 +1739,7 @@ DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
        &init_task;
 EXPORT_PER_CPU_SYMBOL(current_task);
 
-DEFINE_PER_CPU(struct irq_stack *, hardirq_stack_ptr);
+DEFINE_PER_CPU(void *, hardirq_stack_ptr);
 DEFINE_PER_CPU(bool, hardirq_stack_inuse);
 
 DEFINE_PER_CPU(int, __preempt_count) = INIT_PREEMPT_COUNT;