diff options
author | 2001-05-10 09:23:11 +0000 | |
---|---|---|
committer | 2001-05-10 09:23:11 +0000 | |
commit | fa38b7108a65f75568c6629531946e1e91a7a7a8 (patch) | |
tree | f21a149d04a5784908119c5dae4cbf85a44654b9 | |
parent | oops. (diff) | |
download | wireguard-openbsd-fa38b7108a65f75568c6629531946e1e91a7a7a8.tar.xz wireguard-openbsd-fa38b7108a65f75568c6629531946e1e91a7a7a8.zip |
Switch sparc to PMAP_NEW. I've been running with that code for ages.
-rw-r--r-- | sys/arch/sparc/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index f7ef8e11e70..570d1aeda51 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.17 2001/05/05 20:56:52 art Exp $ */ +/* $OpenBSD: param.h,v 1.18 2001/05/10 09:23:11 art Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -133,6 +133,8 @@ extern int nbpg, pgofset, pgshift; #define NKMEMCLUSTERS (6 * 1024 * 1024 / PAGE_SIZE) #endif +#define PMAP_NEW + /* pages ("clicks") to disk blocks */ #define ctod(x) ((x) << (PGSHIFT - DEV_BSHIFT)) #define dtoc(x) ((x) >> (PGSHIFT - DEV_BSHIFT)) |