forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/x86/kernel/apic/hw_nmi.c
....@@ -9,6 +9,7 @@
99 * Bits copied from original nmi.c file
1010 *
1111 */
12
+#include <linux/thread_info.h>
1213 #include <asm/apic.h>
1314 #include <asm/nmi.h>
1415