summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-05-02 05:30:42 +0000
committermarcel <marcel@FreeBSD.org>2002-05-02 05:30:42 +0000
commit49c7cad8472baf39e14f55015371110c6923ec1c (patch)
tree37953b0dba214a730d0d110447bd3ca07235a30e /sys
parentccab2ee09e41868aafd6b09a67ef54896bd4f032 (diff)
downloadFreeBSD-src-49c7cad8472baf39e14f55015371110c6923ec1c.zip
FreeBSD-src-49c7cad8472baf39e14f55015371110c6923ec1c.tar.gz
PCPU(current_pmap) is initialized in pmap_bootstrap. No need to
do it again.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index af4726d..794ee87 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -700,7 +700,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
* Initialize the virtual memory system.
*/
pmap_bootstrap();
- pcpup->pc_current_pmap = kernel_pmap;
/*
* Initialize debuggers, and break into them if appropriate.
OpenPOWER on IntegriCloud