xref: /linux/arch/x86/include/asm/softirq_stack.h (revision d0034a7a4ac7fae708146ac0059b9c47a1543f0d)
1*72f40a28SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0 */
2*72f40a28SThomas Gleixner #ifndef _ASM_X86_SOFTIRQ_STACK_H
3*72f40a28SThomas Gleixner #define _ASM_X86_SOFTIRQ_STACK_H
4*72f40a28SThomas Gleixner 
5*72f40a28SThomas Gleixner #ifdef CONFIG_X86_64
6*72f40a28SThomas Gleixner # include <asm/irq_stack.h>
7*72f40a28SThomas Gleixner #else
8*72f40a28SThomas Gleixner # include <asm-generic/softirq_stack.h>
9*72f40a28SThomas Gleixner #endif
10*72f40a28SThomas Gleixner 
11*72f40a28SThomas Gleixner #endif
12