You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dmitri Vorobiev
f028b86056
[MIPS] Fix missing prototypes in asm/fpu.h
...
While building the Malta defconfig, sparse spat the following
warnings:
>>>>>>>>>>>>>>>>>>
arch/mips/math-emu/kernel_linkage.c:31:6: warning: symbol
'fpu_emulator_init_fpu' was not declared. Should it be static?
arch/mips/math-emu/kernel_linkage.c:54:5: warning: symbol
'fpu_emulator_save_context' was not declared. Should it be
static?
arch/mips/math-emu/kernel_linkage.c:68:5: warning: symbol
'fpu_emulator_restore_context' was not declared. Should it be
static?
>>>>>>>>>>>>>>>>>>
This patch fixes these errors by adding the proper prototypes
to the include/asm-mips/fpu.h header, and actually using this
header in the sparse-spotted source file.
Build-tested with Malta defconfig.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 years ago
..
Makefile
[MIPS] Use -Werror on subdirectories which build cleanly.
18 years ago
cp1emu.c
[MIPS] checkfiles: Fix "need space after that ','" errors.
18 years ago
dp_add.c
Linux-2.6.12-rc2
20 years ago
dp_cmp.c
Linux-2.6.12-rc2
20 years ago
dp_div.c
Linux-2.6.12-rc2
20 years ago
dp_fint.c
[MIPS] Fix compiler warnings (field width, unused variable)
19 years ago
dp_flong.c
[MIPS] Fix compiler warnings (field width, unused variable)
19 years ago
dp_frexp.c
Linux-2.6.12-rc2
20 years ago
dp_fsp.c
Linux-2.6.12-rc2
20 years ago
dp_logb.c
Linux-2.6.12-rc2
20 years ago
dp_modf.c
Linux-2.6.12-rc2
20 years ago
dp_mul.c
[MIPS] checkfiles: Fix "need space after that ','" errors.
18 years ago
dp_scalb.c
Linux-2.6.12-rc2
20 years ago
dp_simple.c
[MIPS] ieee754[sd]p_neg workaround
19 years ago
dp_sqrt.c
Fix preemption and SMP problems in the FP emulator code.
20 years ago
dp_sub.c
Linux-2.6.12-rc2
20 years ago
dp_tint.c
Linux-2.6.12-rc2
20 years ago
dp_tlong.c
Linux-2.6.12-rc2
20 years ago
dsemul.c
[MIPS] Add some __user tags
18 years ago
dsemul.h
Gross macro abuse. Get rid of gpreg_t, vaddr_t, REG_TO_VA and
20 years ago
ieee754.c
[MIPS] Compliment va_start() with va_end().
17 years ago
ieee754.h
[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.
19 years ago
ieee754d.c
Linux-2.6.12-rc2
20 years ago
ieee754dp.c
[MIPS] Compliment va_start() with va_end().
17 years ago
ieee754dp.h
[MIPS] replace __inline with inline
17 years ago
ieee754int.h
[MIPS] checkfiles: Fix "need space after that ','" errors.
18 years ago
ieee754m.c
Linux-2.6.12-rc2
20 years ago
ieee754sp.c
[MIPS] Compliment va_start() with va_end().
17 years ago
ieee754sp.h
[MIPS] replace __inline with inline
17 years ago
ieee754xcpt.c
Linux-2.6.12-rc2
20 years ago
kernel_linkage.c
[MIPS] Fix missing prototypes in asm/fpu.h
17 years ago
sp_add.c
Linux-2.6.12-rc2
20 years ago
sp_cmp.c
Linux-2.6.12-rc2
20 years ago
sp_div.c
Linux-2.6.12-rc2
20 years ago
sp_fdp.c
Linux-2.6.12-rc2
20 years ago
sp_fint.c
[MIPS] Fix compiler warnings (field width, unused variable)
19 years ago
sp_flong.c
[MIPS] Fix compiler warnings (field width, unused variable)
19 years ago
sp_frexp.c
Linux-2.6.12-rc2
20 years ago
sp_logb.c
Linux-2.6.12-rc2
20 years ago
sp_modf.c
Linux-2.6.12-rc2
20 years ago
sp_mul.c
Linux-2.6.12-rc2
20 years ago
sp_scalb.c
Linux-2.6.12-rc2
20 years ago
sp_simple.c
[MIPS] ieee754[sd]p_neg workaround
19 years ago
sp_sqrt.c
Linux-2.6.12-rc2
20 years ago
sp_sub.c
Linux-2.6.12-rc2
20 years ago
sp_tint.c
Linux-2.6.12-rc2
20 years ago
sp_tlong.c
Linux-2.6.12-rc2
20 years ago