summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-22 00:42:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-22 00:42:15 +0000
commit9a39597d736b6b8e5f32c08c63b670403886cde7 (patch)
treea50749dcefd0d85aa7c57f304987aa930f199134 /sys
parentab6ab6e1e3010da7a20a0d6f28a35caa0c8ab5e6 (diff)
remove another debug message
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm/xscale/pxa2x0_apm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_apm.c b/sys/arch/arm/xscale/pxa2x0_apm.c
index cba2734fb21..8fc2bc84623 100644
--- a/sys/arch/arm/xscale/pxa2x0_apm.c
+++ b/sys/arch/arm/xscale/pxa2x0_apm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pxa2x0_apm.c,v 1.24 2005/12/22 00:38:23 deraadt Exp $ */
+/* $OpenBSD: pxa2x0_apm.c,v 1.25 2005/12/22 00:42:14 deraadt Exp $ */
/*-
* Copyright (c) 2001 Alexander Guy. All rights reserved.
@@ -1502,7 +1502,6 @@ pxa2x0_setperf(int speed)
pxa27x_fastbus_run_mode(1, pxa2x0_memcfg.mdrefr_high);
}
if (freq != 520) {
- printf("would switch to 520\n");
pxa27x_frequency_change(CCCR_A | CCCR_TURBO_X25 |
CCCR_RUN_X16, CLKCFG_B | CLKCFG_F | CLKCFG_T,
&pxa2x0_memcfg);