Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1f5b62f0 authored by Marc Zyngier's avatar Marc Zyngier Committed by Will Deacon
Browse files

ARM: vdso: Remove dependency with the arch_timer driver internals


The VDSO code uses the kernel helper that was originally designed
to abstract the access between 32 and 64bit systems. It worked so
far because this function is declared as 'inline'.

As we're about to revamp that part of the code, the VDSO would
break. Let's fix it by doing what should have been done from
the start, a proper system register access.

Reviewed-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 6989303a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment