Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sel4utils: properly cache ept pages (#43)
A kernel bug previously always cached EPT page regardless of the cacheable flag. When the bug was fixed, this function would always map EPT pages as uncacheable, due to the attributes difference between an EPT map and a normal page map. This commit checks if the function is mapping an EPT and provides the proper cache attribute to the kernel. Signed-off-by: Chris Guikema <[email protected]>
- Loading branch information