[MIPS] Fix warnings in run_uncached on 32bit kernel
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Tue, 6 Feb 2007 01:59:22 +0000 (10:59 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 6 Feb 2007 16:53:24 +0000 (16:53 +0000)
commitc55197eb549dc09a52b6d91e6f26709a6d6815e5
tree2835f8b70d012c9e7c978935945551db146cdbfb
parent131c1a2b6eef87485f7e280817d97615ea2a1551
[MIPS] Fix warnings in run_uncached on 32bit kernel

arch/mips/lib/uncached.c: In function 'run_uncached':
arch/mips/lib/uncached.c:47: warning: comparison is always true due to limited range of data type
arch/mips/lib/uncached.c:48: warning: comparison is always false due to limited range of data type
arch/mips/lib/uncached.c:57: warning: comparison is always true due to limited range of data type
arch/mips/lib/uncached.c:58: warning: comparison is always false due to limited range of data type

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/uncached.c