aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/softirq_stack.h
blob: 889d53d6a0e1215a377d3f5371f5b0e6edd6265a (plain)
1
2
3
4
5
6
7
8
9
10
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