CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2019/04/16 08:32:44

Modified files:
        sys/arch/arm64/arm64: pmap.c 

Log message:
When entering kernel pages uncached we need to make sure to flush the
caches.  If the physical page was previously used by userland it is
likely that this page is still in the cache and writing to the newly
mapped page could result in unexpected behaviour.

ok kettenis@

Reply via email to