MIPS: PNX833x: Remove checks for CONFIG_I2C_PNX0105
[pandora-kernel.git] / kernel / timer.c
index 87bd529..3bb01a3 100644 (file)
@@ -838,7 +838,7 @@ unsigned long apply_slack(struct timer_list *timer, unsigned long expires)
 
        bit = find_last_bit(&mask, BITS_PER_LONG);
 
-       mask = (1 << bit) - 1;
+       mask = (1UL << bit) - 1;
 
        expires_limit = expires_limit & ~(mask);