diff options
author | 2003-01-22 23:56:33 +0000 | |
---|---|---|
committer | 2003-01-22 23:56:33 +0000 | |
commit | e39cf87ad3384458a9f069599112786c069086a9 (patch) | |
tree | f4389943d5fc7af8703353cf39c7b0f54e64baa2 | |
parent | kill the eiem defines we do not use (diff) | |
download | wireguard-openbsd-e39cf87ad3384458a9f069599112786c069086a9.tar.xz wireguard-openbsd-e39cf87ad3384458a9f069599112786c069086a9.zip |
make pmapdebug be zero by default
-rw-r--r-- | sys/arch/hppa/hppa/pmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/pmap.c b/sys/arch/hppa/hppa/pmap.c index ddc64be61a9..e349a8ba263 100644 --- a/sys/arch/hppa/hppa/pmap.c +++ b/sys/arch/hppa/hppa/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.94 2003/01/22 21:01:42 mickey Exp $ */ +/* $OpenBSD: pmap.c,v 1.95 2003/01/22 23:56:33 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -75,8 +75,8 @@ #define PDB_PHYS 0x00020000 #define PDB_POOL 0x00040000 int pmapdebug = 0 - | PDB_INIT - | PDB_FOLLOW +/* | PDB_INIT */ +/* | PDB_FOLLOW */ /* | PDB_VP */ /* | PDB_PV */ /* | PDB_ENTER */ |