summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale/i80321_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/xscale/i80321_timer.c')
-rw-r--r--sys/arch/arm/xscale/i80321_timer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/xscale/i80321_timer.c b/sys/arch/arm/xscale/i80321_timer.c
index d36273f7cab..59e5799e191 100644
--- a/sys/arch/arm/xscale/i80321_timer.c
+++ b/sys/arch/arm/xscale/i80321_timer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i80321_timer.c,v 1.2 2006/05/29 17:27:31 drahn Exp $ */
+/* $OpenBSD: i80321_timer.c,v 1.3 2006/06/01 18:46:05 drahn Exp $ */
/* $NetBSD: i80321_timer.c,v 1.13 2005/12/24 20:06:52 perry Exp $ */
/*
@@ -418,7 +418,6 @@ resettodr(void)
*
* Handle the hardclock interrupt.
*/
-int poll_console(void);
int
clockhandler(void *arg)
{
@@ -431,6 +430,5 @@ clockhandler(void *arg)
if (i80321_hardclock_hook != NULL)
(*i80321_hardclock_hook)();
- poll_console();
return (1);
}