diff options
author | Alan Cox <alc@FreeBSD.org> | 2002-09-21 19:42:11 +0000 |
---|---|---|
committer | Alan Cox <alc@FreeBSD.org> | 2002-09-21 19:42:11 +0000 |
commit | 60b09ad43c386a6004236fcc437d961a46ebc4aa (patch) | |
tree | bb0133c5236df2516813f6094ba244de4dafb4c0 | |
parent | 5784b0a22d4a4440b41713ffb79c07735a612688 (diff) | |
download | src-test2-60b09ad43c386a6004236fcc437d961a46ebc4aa.tar.gz src-test2-60b09ad43c386a6004236fcc437d961a46ebc4aa.zip |
Notes
-rw-r--r-- | sys/alpha/alpha/pmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index 8761537f8630..a2fd14d74d76 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -1850,10 +1850,8 @@ pmap_remove_all(vm_page_t m) { register pv_entry_t pv; pt_entry_t *pte, tpte; - int nmodify; int s; - nmodify = 0; #if defined(PMAP_DIAGNOSTIC) /* * XXX this makes pmap_page_protect(NONE) illegal for non-managed |