]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h
authorIngo Molnar <mingo@kernel.org>
Thu, 30 Apr 2015 05:26:04 +0000 (07:26 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:05 +0000 (15:48 +0200)
commitd19124c854f7afcd7a4fd919c78d74cb79cae5fb
tree3893bf93a85e3ebbf93313924ceb1fd7e294a436
parent6de38b7a7ba1ad28039fe6e438870ad431674c6e
x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h

Move them to their only user. This makes the code easier to read,
the header is less cluttered, and it also speeds up the build a bit.

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/include/asm/fpu/internal.h
arch/x86/kernel/signal.c