diff options
author | 1999-11-24 16:07:15 +0000 | |
---|---|---|
committer | 1999-11-24 16:07:15 +0000 | |
commit | 7560586c3ee1e45dee6677cd3124de2ae6c572da (patch) | |
tree | a68530bfaba7e7d312b1fe795d1e025dd899e356 | |
parent | Add FreeBSD tags (diff) | |
download | wireguard-openbsd-7560586c3ee1e45dee6677cd3124de2ae6c572da.tar.xz wireguard-openbsd-7560586c3ee1e45dee6677cd3124de2ae6c572da.zip |
No need to set the page size twice
-rw-r--r-- | sys/arch/sparc/sparc/pmap.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/sparc/sparc/pmap.c b/sys/arch/sparc/sparc/pmap.c index f24652e811b..c0ffc86c0c7 100644 --- a/sys/arch/sparc/sparc/pmap.c +++ b/sys/arch/sparc/sparc/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.44 1999/11/16 12:21:41 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.45 1999/11/24 16:07:15 art Exp $ */ /* $NetBSD: pmap.c,v 1.118 1998/05/19 19:00:18 thorpej Exp $ */ /* @@ -2662,14 +2662,6 @@ pmap_bootstrap4_4c(nctx, nregion, nsegment) } } -#if defined(UVM) - uvmexp.pagesize = NBPG; - uvm_setpagesize(); -#else - cnt.v_page_size = NBPG; - vm_set_page_size(); -#endif - #if defined(SUN4) /* * set up the segfixmask to mask off invalid bits |