diff options
-rw-r--r-- | arch/x86/include/asm/xsave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/xsave.h b/arch/x86/include/asm/xsave.h index bbebd6e0a9ce..7e7a79ada658 100644 --- a/arch/x86/include/asm/xsave.h +++ b/arch/x86/include/asm/xsave.h | |||
@@ -70,7 +70,7 @@ extern int init_fpu(struct task_struct *child); | |||
70 | * This function is called only during boot time when x86 caps are not set | 70 | * This function is called only during boot time when x86 caps are not set |
71 | * up and alternative can not be used yet. | 71 | * up and alternative can not be used yet. |
72 | */ | 72 | */ |
73 | static int xsave_state_booting(struct xsave_struct *fx, u64 mask) | 73 | static inline int xsave_state_booting(struct xsave_struct *fx, u64 mask) |
74 | { | 74 | { |
75 | u32 lmask = mask; | 75 | u32 lmask = mask; |
76 | u32 hmask = mask >> 32; | 76 | u32 hmask = mask >> 32; |