diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-06-07 21:49:36 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-06-07 21:49:36 +0000 |
commit | 475dfab2c278ef3aabee00943dd900b2b5b8ebd2 (patch) | |
tree | 04ffc0d1afdaa1578ecf340094028cd09b500a07 /sys/arch | |
parent | fd7082cf2250a027661b40b08bcc7d817c5a1831 (diff) |
This doesn't happen, and Debugger should not be used here anyway...
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/powerpc/pmap.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c index b59d7c6ad21..1b704e08f45 100644 --- a/sys/arch/powerpc/powerpc/pmap.c +++ b/sys/arch/powerpc/powerpc/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.67 2002/06/04 00:09:08 deraadt Exp $ */ +/* $OpenBSD: pmap.c,v 1.68 2002/06/07 21:49:35 drahn Exp $ */ /* * Copyright (c) 2001, 2002 Dale Rahn. All rights reserved. @@ -261,12 +261,6 @@ pmap_vp_enter(pmap_t pm, vaddr_t va, struct pte_desc *pted) vp1 = pm->pm_vp[VP_SR(va)]; if (vp1 == NULL) { - if (pm == pmap_kernel()) { - printf("mapping kernel va%x pted%x \n", - va, pted); - - Debugger(); - } s = splimp(); vp1 = pool_get(&pmap_vp_pool, PR_NOWAIT); splx(s); |