x86/fpu/math-emu: Remove !NO_UNDOC_CODE
authorDenys Vlasenko <dvlasenk@redhat.com>
Thu, 27 Aug 2015 18:15:28 +0000 (20:15 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 15 Sep 2015 06:01:46 +0000 (08:01 +0200)
commit73477bbb09e7022063d1737c7322ad2e08968c23
tree01ff5fda5d3a480fd69ba76b110bd65b4da5e516
parentef78f2a4bf84d8db9f36868decca2dc24e02a6af
x86/fpu/math-emu: Remove !NO_UNDOC_CODE

We always want to support all FPU opcodes, including
undocumented ones. That define was fully justified ~20 years ago
but not today. Let's not complicate the code with it.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1440699330-1305-1-git-send-email-dvlasenk@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/math-emu/fpu_entry.c