xen/arm: Some clean up in time.c
authorJulien Grall <julien.grall@linaro.org>
Wed, 9 Jul 2014 13:34:54 +0000 (14:34 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 10 Jul 2014 10:30:40 +0000 (11:30 +0100)
commit6c76cb8cb595d4f430976f919b6b0e161d4f4573
treeb18e2ad95bc0610ef131bcb58e93ebd5715f2987
parent86229197cfefac9934854510fd2b85602e8037b3
xen/arm: Some clean up in time.c

The file xen/arm/time.c contains some unused code:
    - calibrate_timer: firmware already set correctly CNTFRQ. If it's
    not the case the device tree will containt a property clock-frequency
    in the timer node
    - USE_HYP_TIMER: It's set unconditionally to 1. I didn't see any
    recent model having issue with the hyp timer. I think we can drop
    it safely.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/time.c