From: Ingo Molnar Date: Wed, 22 Apr 2015 08:39:11 +0000 (+0200) Subject: x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/ X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4c4c26241f9ab08f14b028d40736f319ed2445;p=pandora-kernel.git x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/ Create a new subdirectory for the FPU support code in arch/x86/kernel/fpu/. Rename 'i387.c' to 'core.c' - as this really collects the core FPU support code, nothing i387 specific. We'll better organize this directory in later patches. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed