CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/06 13:21:32
Modified files:
sys/arch/alpha/alpha: pmap.c
Log message:
Remove I-sync stuff from pmap_changebit(). The AARM says that we
only have to sync the I-stream when the mapping is removed or changed,
and since the I-stream is fetch-only, changing protection bits does
not constitute changing the mapping (the VA->PA translation is still
the same).
>From NetBSD
