Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: add missing barrier to page table write #1796

Closed
wants to merge 1 commit into from
Closed

core: add missing barrier to page table write #1796

wants to merge 1 commit into from

Commits on Sep 7, 2017

  1. core: add missing barrier to page table write

    When updating a PTE, we need to make sure that the write to memory
    is visible before any possible reads of that virtual address occur.
    
    Signed-off-by: Stuart Yoder <stuart.yoder@arm.com>
    Reviewed-by: James King <james.king@arm.com>
    stuyod01 committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    f60bd71 View commit details
    Browse the repository at this point in the history