x86/fpu: Clarify ancient comments in fpu__restore()
authorIngo Molnar <mingo@kernel.org>
Tue, 28 Apr 2015 10:53:45 +0000 (12:53 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:01 +0000 (15:48 +0200)
commitbe7436d519970365775d3d2d7b73e75c233e1994
tree461160edd78e83b0cc6c5d5684ec9351b6b57fde
parent2a52af8b8adc498b3cccbc219ec997cad6cafb9c
x86/fpu: Clarify ancient comments in fpu__restore()

So this function still had ancient language about 'saving current
math information' - but we haven't been doing lazy FPU saves for
quite some time, we are doing lazy FPU restores.

Also remove IRQ13 related comment, which we don't support anymore
either.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
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>
arch/x86/kernel/fpu/core.c