]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't disable pmap_setdevram() which isn't called, but which could be,
authorphk <phk@FreeBSD.org>
Sat, 11 Jul 1998 08:29:38 +0000 (08:29 +0000)
committerphk <phk@FreeBSD.org>
Sat, 11 Jul 1998 08:29:38 +0000 (08:29 +0000)
commit0593047d75577775f9f007923c00371feb80fecb
tree13261677f76a41e7d4d3cb63379c53bca225447d
parent004328e3736cc96b95744049c4eb8009d6c8dee3
Don't disable pmap_setdevram() which isn't called, but which could be,
but instead disable pmap_setvidram() which is called, but probably
shouldn't be.

PR: 7227, 7240
sys/amd64/amd64/pmap.c
sys/i386/i386/pmap.c