[PATCH] generic-time: add macro to simplify/hide mask constants
[deliverable/linux.git] / arch / i386 / kernel / i8253.c
index 5b13739a7ff49e79e2e9f3cb840a862e84a0353a..38aa7f19f1d30ef006377a0b80cc3cd6f15209a0 100644 (file)
@@ -69,7 +69,7 @@ static struct clocksource clocksource_pit = {
        .name   = "pit",
        .rating = 110,
        .read   = pit_read,
-       .mask   = (cycle_t)-1,
+       .mask   = CLOCKSOURCE_MASK(64),
        .mult   = 0,
        .shift  = 20,
 };
This page took 0.026988 seconds and 5 git commands to generate.