The patch titled drivers/char/hpet.c: integer constant is too large for "long" type has been added to the -mm tree. Its filename is drivers-char-hpetc-integer-constant-is-too-large-for-long-type.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/char/hpet.c: integer constant is too large for "long" type From: <caglar@xxxxxxxxxxxxx> drivers/char/hpet.c:76: warning: integer constant is too large for "long" type Signed-off-by: <caglar@xxxxxxxxxxxxx> Cc: Venkatesh Pallipadi <venkatesh.pallipadi@xxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/hpet.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/hpet.c~drivers-char-hpetc-integer-constant-is-too-large-for-long-type drivers/char/hpet.c --- a/drivers/char/hpet.c~drivers-char-hpetc-integer-constant-is-too-large-for-long-type +++ a/drivers/char/hpet.c @@ -73,7 +73,7 @@ static struct clocksource clocksource_hp .name = "hpet", .rating = 250, .read = read_hpet, - .mask = 0xffffffffffffffff, + .mask = -1, .mult = 0, /*to be caluclated*/ .shift = 10, .flags = CLOCK_SOURCE_IS_CONTINUOUS, _ Patches currently in -mm which might be from caglar@xxxxxxxxxxxxx are nikon-d50-is-an-unusual-device.patch remove-unusued-edac_reset_delay_period-function.patch drivers-char-hpetc-integer-constant-is-too-large-for-long-type.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html