summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2009-05-24 00:36:10 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2009-05-24 00:36:10 +0000
commit8d62c802920a9ab72bdb75d7853ad1454b204f8a (patch)
tree3a0aa4c939bd015dabe1d278be4f2b848aa53fc3 /sys
parentb5f506b9f25d1b3831dcfcfc0a3e3a7584811f9b (diff)
remove debug print.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/beagle/dev/gptimer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/beagle/dev/gptimer.c b/sys/arch/beagle/dev/gptimer.c
index b5485293c05..cb90c785079 100644
--- a/sys/arch/beagle/dev/gptimer.c
+++ b/sys/arch/beagle/dev/gptimer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gptimer.c,v 1.1 2009/05/08 03:13:26 drahn Exp $ */
+/* $OpenBSD: gptimer.c,v 1.2 2009/05/24 00:36:09 drahn Exp $ */
/*
* Copyright (c) 2007,2009 Dale Rahn <drahn@openbsd.org>
*
@@ -196,7 +196,6 @@ gptimer_intr(void *frame)
u_int32_t now, r;
u_int32_t nextevent, duration;
- printf("T\n");
/* clear interrupt */
now = bus_space_read_4(gptimer_iot, gptimer_ioh1, GP_TCRR);