[MIPS] Fix sparse warnings about too big constants.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Wed, 31 May 2006 16:00:39 +0000 (01:00 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 5 Jun 2006 23:15:19 +0000 (00:15 +0100)
commit460c0422c3861ab63a14c2be600a96a9e68b89f2
tree8b3064199b514967e6c45e7a4e416213b1408cc9
parente32b699335b70fae94ce041c9a1c6d3a31a3f7e4
[MIPS] Fix sparse warnings about too big constants.

Fix following warnings:
linux/arch/mips/kernel/setup.c:249:12: warning: constant 0xffffffff00000000 is so big it is unsigned long
linux/arch/mips/kernel/cpu-bugs64.c:209:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
linux/arch/mips/kernel/cpu-bugs64.c:227:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
linux/arch/mips/kernel/cpu-bugs64.c:283:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long
linux/arch/mips/kernel/cpu-bugs64.c:299:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cpu-bugs64.c
arch/mips/kernel/setup.c