]> git.hungrycats.org Git - linux/commitdiff
Fix sparse complaint about badly typed constant
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 05:52:33 +0000 (22:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 05:52:33 +0000 (22:52 -0700)
arch/ppc64/kernel/pacaData.c

index 8be224611c1a5b87613fd6ddb5bab3cc6cde59f0..b12048b4dc5360e8cb96f7df266b11dc44955bef 100644 (file)
@@ -54,7 +54,7 @@ struct systemcfg *systemcfg;
                .xFPRegsInUse = 1,                                          \
                .xDynProcStatus = 2,                                        \
                .xDecrVal = 0x00ff0000,                                     \
-               .xEndOfQuantum = 0xffffffffffffffff                         \
+               .xEndOfQuantum = 0xfffffffffffffffful                       \
        },                                                                  \
        .xRegSav = {                                                        \
                .xDesc = 0xd397d9e2,    /* "LpRS" */                        \