softirq_stack.h 216 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_X86_SOFTIRQ_STACK_H
  3. #define _ASM_X86_SOFTIRQ_STACK_H
  4. #ifdef CONFIG_X86_64
  5. # include <asm/irq_stack.h>
  6. #else
  7. # include <asm-generic/softirq_stack.h>
  8. #endif
  9. #endif