Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/mips/math-emu
Yoichi Yuasa 766160c29f [PATCH] mips: fix build warnings
This patch has fixed the following warnings.

arch/mips/kernel/genex.S:250:5: warning: "CONFIG_64BIT" is not defined
arch/mips/math-emu/cp1emu.c:1128:5: warning: "__mips64" is not defined
arch/mips/math-emu/cp1emu.c:1206:5: warning: "__mips64" is not defined
arch/mips/math-emu/cp1emu.c:1270:5: warning: "__mips64" is not defined
arch/mips/math-emu/cp1emu.c:323:5: warning: "__mips64" is not defined
arch/mips/math-emu/cp1emu.c:808:5: warning: "__mips64" is not defined
arch/mips/math-emu/cp1emu.c:953:5: warning: "__mips64" is not defined
arch/mips/mm/tlbex.c:519:5: warning: "CONFIG_64BIT" is not defined
include/asm/reg.h:73:5: warning: "CONFIG_64BIT" is not defined

Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-05 00:06:08 -07:00
..
cp1emu.c [PATCH] mips: fix build warnings 2005-09-05 00:06:08 -07:00
dp_add.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_cmp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_div.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_fint.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_flong.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_frexp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_fsp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_logb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_modf.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_mul.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_scalb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_simple.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_sqrt.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_sub.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_tint.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dp_tlong.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsemul.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsemul.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754d.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754dp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754dp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754int.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754m.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754sp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754sp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee754xcpt.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kernel_linkage.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_add.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_cmp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_div.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_fdp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_fint.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_flong.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_frexp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_logb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_modf.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_mul.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_scalb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_simple.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_sqrt.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_sub.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_tint.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sp_tlong.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00