Skip to content
Commit 9339fd34 authored by Yury Norov's avatar Yury Norov Committed by Will Deacon
Browse files

arm64: fix documentation on kernel pages mappings to HYP VA



The Documentation/arm64/memory.txt says:
When using KVM, the hypervisor maps kernel pages in EL2, at a fixed
offset from the kernel VA (top 24bits of the kernel VA set to zero):

In fact, kernel addresses are transleted to HYP with kern_hyp_va macro,
which has more options, and none of them assumes clearing of top 24bits
of the kernel VA.

Acked-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarYury Norov <ynorov@caviumnetworks.com>
[will: removed gory details]
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent eef94a3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment