Set the PG_G (global) bit on the special page table entries that are shared
authorguenther <guenther@openbsd.org>
Thu, 22 Feb 2018 20:36:40 +0000 (20:36 +0000)
committerguenther <guenther@openbsd.org>
Thu, 22 Feb 2018 20:36:40 +0000 (20:36 +0000)
commit8581223703d56eaaca5c58e5214d84ac125358da
tree61c0c6f9b5c69dc78f0228a019f40bf50e2a0149
parente6ef12fb2ef59265742c0b0d1cc73fb483b88444
Set the PG_G (global) bit on the special page table entries that are shared
between the u-k and u+k tables, because they're actually in *all* tables.

ok bluhm@ kettenis@ mlarkin@
sys/arch/amd64/amd64/pmap.c