x86/fpu: Rename fpu_detect() to fpu__detect()
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Apr 2015 09:33:52 +0000 (11:33 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:10 +0000 (15:47 +0200)
commit1a7dc0db7181ebc8b9ec17e5a15ad4c766c7d3d4
tree8794a0c9e697d7e511b449c67040ff7b75ff4acd
parent87cdb98affe54b6f390f4622b254569b90820817
x86/fpu: Rename fpu_detect() to fpu__detect()

Use the fpu__*() namespace to organize FPU ops better.

Also document fpu__detect() a bit.

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>
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/i387.c
This page took 0.02719 seconds and 5 git commands to generate.