diff options
author | 2001-01-30 21:44:16 +0000 | |
---|---|---|
committer | 2001-01-30 21:44:16 +0000 | |
commit | 62c7f349b30cc041cc52129c5017a136482396be (patch) | |
tree | 86af91621982aa7380340ef95f92a35bee2460a1 | |
parent | sync (diff) | |
download | wireguard-openbsd-62c7f349b30cc041cc52129c5017a136482396be.tar.xz wireguard-openbsd-62c7f349b30cc041cc52129c5017a136482396be.zip |
forgot to remove changebit; from miod@
-rw-r--r-- | sys/arch/hppa/hppa/pmap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/pmap.c b/sys/arch/hppa/hppa/pmap.c index 3281998bf3c..6535a890438 100644 --- a/sys/arch/hppa/hppa/pmap.c +++ b/sys/arch/hppa/hppa/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.37 2000/11/24 20:49:24 mickey Exp $ */ +/* $OpenBSD: pmap.c,v 1.38 2001/01/30 21:44:16 mickey Exp $ */ /* * Copyright (c) 1998-2000 Michael Shalayeff @@ -1534,6 +1534,7 @@ pmap_is_referenced(pg) return pv != NULL; } +#if 0 void pmap_changebit(pg, set, reset) vm_page_t pg; @@ -1562,6 +1563,7 @@ pmap_changebit(pg, set, reset) pmap_clear_pv(pa, NULL); splx(s); } +#endif void pmap_kenter_pa(va, pa, prot) |