summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/softirq_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/softirq_stack.h')
-rw-r--r--arch/x86/include/asm/softirq_stack.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/include/asm/softirq_stack.h b/arch/x86/include/asm/softirq_stack.h
new file mode 100644
index 000000000..889d53d6a
--- /dev/null
+++ b/arch/x86/include/asm/softirq_stack.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_X86_SOFTIRQ_STACK_H
+#define _ASM_X86_SOFTIRQ_STACK_H
+
+#ifdef CONFIG_X86_64
+# include <asm/irq_stack.h>
+#else
+# include <asm-generic/softirq_stack.h>
+#endif
+
+#endif