diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-08 03:06:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-08 03:06:46 +0000 |
commit | b3a7d8e38ee8429d7f9842835c21248ef9aba32c (patch) | |
tree | 8d2c133598856a812827c24527023f990e714fab /sys | |
parent | 5f46a22107c4bc681f746738cf9bc0ff0965bcfa (diff) |
kill debugging printfski
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index 50598413794..775c2980c20 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.68 2002/04/22 00:19:59 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.69 2002/05/08 03:06:45 mickey Exp $ */ /* * Copyright (c) 1999-2002 Michael Shalayeff @@ -622,7 +622,6 @@ cpu_startup() buffers = (caddr_t)minaddr; base = bufpages / nbuf; residual = bufpages % nbuf; -printf("base=%d res=%d\n", base, residual); for (i = 0; i < nbuf; i++) { vaddr_t curbuf; int cbpgs; |