CVSROOT:        /cvs
Module name:    src
Changes by:     mlar...@cvs.openbsd.org 2019/01/20 22:40:11

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

Log message:
Don't add PG_u to the upper level PTEs in the meltdown case

There is no reason to have PG_u on the toplevel PTEs when entering
special page mappings. The lowest PTE was already set without PG_u, so
this change makes everything the same.

ok guenther

Reply via email to