diff options
Diffstat (limited to 'arch/loongarch/include/asm/entry-common.h')
| -rw-r--r-- | arch/loongarch/include/asm/entry-common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/loongarch/include/asm/entry-common.h b/arch/loongarch/include/asm/entry-common.h new file mode 100644 index 000000000000..099132980dc9 --- /dev/null +++ b/arch/loongarch/include/asm/entry-common.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef ARCH_LOONGARCH_ENTRY_COMMON_H +#define ARCH_LOONGARCH_ENTRY_COMMON_H + +#include <asm/stacktrace.h> /* For on_thread_stack() */ + +#endif |
