X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Fhpet.c;h=77bf4aa217a8afcb7e8eb505ed2b0f5d9a0542c0;hb=23eb68c569cdbaad1a88015be1d69c565cd3926a;hp=9a2694e5f8b98311ff435f3ce4733333c5682266;hpb=e4903fb59590f86190280a549420f6cb85bd7f7e;p=linux-2.6-omap-h63xx.git diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index 9a2694e5f8b..77bf4aa217a 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c @@ -73,7 +73,7 @@ static struct clocksource clocksource_hpet = { .name = "hpet", .rating = 250, .read = read_hpet, - .mask = 0xffffffffffffffff, + .mask = CLOCKSOURCE_MASK(64), .mult = 0, /*to be caluclated*/ .shift = 10, .flags = CLOCK_SOURCE_IS_CONTINUOUS,