diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-11 23:50:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-11 23:50:04 +0000 |
commit | 46f30089dacc6b21308ad5cb9be529035638aa5b (patch) | |
tree | 2b420dd7fd6172f7349072b9a8d3165a1afcf693 /sys/arch | |
parent | ea77f7f2de9151dab49ca5704c70dc878e926183 (diff) |
remove old debug code in boot()
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/zaurus/zaurus_machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/zaurus/zaurus/zaurus_machdep.c b/sys/arch/zaurus/zaurus/zaurus_machdep.c index 079e1ef79b7..915a9f1ab06 100644 --- a/sys/arch/zaurus/zaurus/zaurus_machdep.c +++ b/sys/arch/zaurus/zaurus/zaurus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_machdep.c,v 1.18 2005/07/01 23:56:47 uwe Exp $ */ +/* $OpenBSD: zaurus_machdep.c,v 1.19 2005/11/11 23:50:03 deraadt Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -282,11 +282,6 @@ int comcnmode = CONMODE; void boot(int howto) { -#ifdef DIAGNOSTIC - /* info */ - printf("boot: howto=%08x curproc=%p\n", howto, curproc); -#endif - /* * If we are still cold then hit the air brakes * and crash to earth fast |