diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-12-10 18:21:41 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-12-10 19:37:18 +0100 |
commit | e2bf3e6ecaff79c5479682da2dc7b2035e52c5b8 (patch) | |
tree | 25915f6939aaba475430fb01a0b9a4fac519c28d /drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | |
parent | 6764e5ebd5c62236d082f9ae030674467d0b2779 (diff) |
clocksource: Mmio: remove artificial 32bit limitation
The EP93xx is registering a clocksource of 40 bits with
clocksource_mmio_init() but this is not working because of this
artificial limitation. It works fine to lift the uppe limit to
64 bits, and since cycle_t is u64, it should intuitively have been
like that from the beginning.
Fixes: 000bc17817bf "ARM: ep93xx: switch to GENERIC_CLOCKEVENTS"
Reported-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: http://lkml.kernel.org/r/1449768101-6879-1-git-send-email-linus.walleij@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c')
0 files changed, 0 insertions, 0 deletions