We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3009420 commit e717cebCopy full SHA for e717ceb
arch/x86/include/asm/fpu/types.h
@@ -5,6 +5,8 @@
5
#ifndef _ASM_X86_FPU_H
6
#define _ASM_X86_FPU_H
7
8
+#include <asm/page_types.h>
9
+
10
/*
11
* The legacy x87 FPU state format, as saved by FSAVE and
12
* restored by the FRSTOR instructions:
arch/x86/include/asm/preempt.h
@@ -6,7 +6,6 @@
#include <asm/percpu.h>
#include <asm/current.h>
-#include <linux/thread_info.h>
#include <linux/static_call_types.h>
/* We use the MSB mostly because its available */
0 commit comments