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 1360572 commit 21e96a2Copy full SHA for 21e96a2
arch/x86/include/asm/fpu/api.h
@@ -102,12 +102,6 @@ extern void switch_fpu_return(void);
102
*/
103
extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
104
105
-/*
106
- * Tasks that are not using SVA have mm->pasid set to zero to note that they
107
- * will not have the valid bit set in MSR_IA32_PASID while they are running.
108
- */
109
-#define PASID_DISABLED 0
110
-
111
/* Trap handling */
112
extern int fpu__exception_code(struct fpu *fpu, int trap_nr);
113
extern void fpu_sync_fpstate(struct fpu *fpu);
0 commit comments