virtio_balloon: init 1st buffer in stats vq
[pandora-kernel.git] / kernel / timer.c
index f8b05a4..349953e 100644 (file)
@@ -769,7 +769,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);