OSDN Git Service

clocksource/drivers/riscv: Fix clocksource mask
authorAtish Patra <atish.patra@wdc.com>
Fri, 22 Mar 2019 21:54:11 +0000 (14:54 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 23 Mar 2019 11:25:34 +0000 (12:25 +0100)
commit32d0be018f6f5ee2d5d19c4795304613560814cf
treea473db7707902cb56ea5a8ffb05a8d2e5055656c
parent9039de4034775f4420bf01fa879f8c04b3cd6bba
clocksource/drivers/riscv: Fix clocksource mask

For all riscv architectures (RV32, RV64 and RV128), the clocksource
is a 64 bit incrementing counter.

Fix the clock source mask accordingly.

Tested on both 64bit and 32 bit virt machine in QEMU.

Fixes: 62b019436814 ("clocksource: new RISC-V SBI timer driver")
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Anup Patel <anup@brainfault.org>
Cc: Albert Ou <aou@eecs.berkeley.edu>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: linux-riscv@lists.infradead.org
Cc: Palmer Dabbelt <palmer@sifive.com>
Cc: Anup Patel <Anup.Patel@wdc.com>
Cc: Damien Le Moal <Damien.LeMoal@wdc.com>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/20190322215411.19362-1-atish.patra@wdc.com
drivers/clocksource/timer-riscv.c