pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD
authormiod <miod@openbsd.org>
Thu, 13 Apr 2023 15:23:21 +0000 (15:23 +0000)
committermiod <miod@openbsd.org>
Thu, 13 Apr 2023 15:23:21 +0000 (15:23 +0000)
commitba8b8a70c50f9191f88b1e56ae0e4bb1d084257e
tree43d162d99b0930491db86c0a349d8ddbef61d84c
parentcd34b3ea7a7717da2b2e030cafaeb87d467a4209
pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD
ever ran on, and it's unlikely to ever be implemented, so remove it.
ok jsg@
20 files changed:
share/man/man9/pmap.9
sys/arch/alpha/alpha/pmap.c
sys/arch/alpha/include/pmap.h
sys/arch/amd64/amd64/pmap.c
sys/arch/amd64/include/pmap.h
sys/arch/arm/include/pmap.h
sys/arch/arm64/arm64/pmap.c
sys/arch/hppa/include/pmap.h
sys/arch/i386/i386/pmap.c
sys/arch/i386/i386/pmapae.c
sys/arch/i386/include/pmap.h
sys/arch/m88k/include/pmap.h
sys/arch/mips64/mips64/pmap.c
sys/arch/powerpc/include/pmap.h
sys/arch/powerpc64/powerpc64/pmap.c
sys/arch/riscv64/riscv64/pmap.c
sys/arch/sh/include/pmap.h
sys/arch/sparc64/sparc64/pmap.c
sys/uvm/uvm_map.c
sys/uvm/uvm_pmap.h