• Yoichi Yuasa's avatar
    [MIPS] Fix warnings in run_uncached on 32bit kernel · c55197eb
    Yoichi Yuasa authored
    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: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    c55197eb
uncached.c 2.08 KB