From: Nathan Lynch Date: Sun, 28 Sep 2014 23:50:06 +0000 (+0200) Subject: clocksource: arm_arch_timer: Enable counter access for 32-bit ARM X-Git-Tag: fixes-against-v3.18-rc2~142^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8dde00347ef409b29abd97e5833ffdb4ed7508;p=pandora-kernel.git clocksource: arm_arch_timer: Enable counter access for 32-bit ARM The only difference between arm and arm64's implementations of arch_counter_set_user_access is that 32-bit ARM does not enable user access to the virtual counter. We want to enable this access for the 32-bit ARM VDSO, so copy the arm64 version to the driver itself, and remove the arch-specific implementations. Signed-off-by: Nathan Lynch Signed-off-by: Daniel Lezcano Acked-by: Will Deacon --- Reading git-diff-tree failed