ANDROID: KVM: arm64: Page-align hyp events section

The following change: 16d9a0f908 ("ANDROID: KVM: arm64: Rename nVHE
hyp event ELF sections") Interverted the hyp events with the hypervisor
read-only sections. This had the side-effect of breaking the alignment
for idmap_pg_dir.

Bug: 273752182
Change-Id: I50a2220aa93b10d97e20d794b0283aa9e18839c1
Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
This commit is contained in:
Vincent Donnefort
2023-03-15 17:17:56 +00:00
parent bda4c2029f
commit b8b10f87c2

View File

@@ -210,6 +210,7 @@ SECTIONS
__hyp_events_start = .;
*(_hyp_events)
__hyp_events_end = .;
. = ALIGN(PAGE_SIZE);
}
#endif