aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2015-04-03 18:24:18 -0400
committerRalf Baechle <ralf@linux-mips.org>2015-04-07 19:08:49 -0400
commitf6c70ff4de7f244f2aac0b25925fdcfcfdfe4578 (patch)
tree01220775ab1bd5294ead4bd93ce2fcf49160e7f3 /arch/mips/kernel
parent1f443779009c10e118e03569939807a4bfe0d330 (diff)
MIPS: Clarify the comment for `__cpu_has_fpu'
Reword the comment for `__cpu_has_fpu' to make it unambiguous this code is for external floating-point units only, generally MIPS I processors using the original CP1 hardware interface. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9673/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/cpu-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index cb436f585bfa..2f8fe8d4c7ca 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -193,7 +193,7 @@ static inline unsigned long cpu_get_fpu_id(void)
193} 193}
194 194
195/* 195/*
196 * Check the CPU has an FPU the official way. 196 * Check if the CPU has an external FPU.
197 */ 197 */
198static inline int __cpu_has_fpu(void) 198static inline int __cpu_has_fpu(void)
199{ 199{