summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-08 01:57:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-08 01:57:35 +0000
commit775b79da3f8214f3561427a1765237060b833b8c (patch)
treeb581fbdc3cc43ed6179c58ddff98210343e06162
parent08cbc6b60f76855d998afbf99e6948f825d85af9 (diff)
remove unused pmap_move()
-rw-r--r--sys/arch/amd64/include/pmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h
index cc358eab1e9..1f1bb815949 100644
--- a/sys/arch/amd64/include/pmap.h
+++ b/sys/arch/amd64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.90 2024/09/26 13:18:25 dv Exp $ */
+/* $OpenBSD: pmap.h,v 1.91 2024/11/08 01:57:34 jsg Exp $ */
/* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */
/*
@@ -373,7 +373,6 @@ extern const long nbpd[], nkptpmax[];
#define pmap_clear_reference(pg) pmap_clear_attrs(pg, PG_U)
#define pmap_is_modified(pg) pmap_test_attrs(pg, PG_M)
#define pmap_is_referenced(pg) pmap_test_attrs(pg, PG_U)
-#define pmap_move(DP,SP,D,L,S)
#define pmap_valid_entry(E) ((E) & PG_V) /* is PDE or PTE valid? */
#define pmap_proc_iflush(p,va,len) /* nothing */