diff options
author | 2004-02-09 22:41:14 +0000 | |
---|---|---|
committer | 2004-02-09 22:41:14 +0000 | |
commit | ff0dc6d1f48f96783ed39fbf4e18b3657f8f7a0b (patch) | |
tree | 95584aea7a8d4aa232901b07736ed093c21074fa | |
parent | repair cpu dmesg print a bit (diff) | |
download | wireguard-openbsd-ff0dc6d1f48f96783ed39fbf4e18b3657f8f7a0b.tar.xz wireguard-openbsd-ff0dc6d1f48f96783ed39fbf4e18b3657f8f7a0b.zip |
remove debugging printf
-rw-r--r-- | sys/arch/amd64/amd64/pmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/pmap.c b/sys/arch/amd64/amd64/pmap.c index 09ac35327c5..e933e8855a2 100644 --- a/sys/arch/amd64/amd64/pmap.c +++ b/sys/arch/amd64/amd64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.1 2004/01/28 01:39:39 mickey Exp $ */ +/* $OpenBSD: pmap.c,v 1.2 2004/02/09 22:41:14 mickey Exp $ */ /* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */ /* @@ -2303,7 +2303,6 @@ pmap_pageidlezero(struct vm_page *pg) int *ptr; unsigned int i; -printf("pmap_pageidlezero()\n"); #ifdef DIAGNOSTIC if (*zpte) panic("pmap_zero_page_uncached: lock botch"); |