-
- Downloads
x86/fpu: Remove failure return from fpstate_alloc_init()
Remove the failure code and propagate this down to callers. Note that this function still has an 'init' aspect, which must be called. Reviewed-by:Borislav Petkov <bp@alien8.de> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- arch/x86/include/asm/fpu/internal.h 1 addition, 1 deletionarch/x86/include/asm/fpu/internal.h
- arch/x86/kernel/fpu/core.c 7 additions, 30 deletionsarch/x86/kernel/fpu/core.c
- arch/x86/kernel/fpu/xsave.c 2 additions, 2 deletionsarch/x86/kernel/fpu/xsave.c
- arch/x86/kvm/x86.c 2 additions, 2 deletionsarch/x86/kvm/x86.c
- arch/x86/math-emu/fpu_entry.c 2 additions, 6 deletionsarch/x86/math-emu/fpu_entry.c
Loading
Please register or sign in to comment