diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/macppc/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/clock.c b/sys/arch/macppc/macppc/clock.c index f207f407c4c..6c7f3f889ec 100644 --- a/sys/arch/macppc/macppc/clock.c +++ b/sys/arch/macppc/macppc/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.21 2008/04/26 22:37:41 drahn Exp $ */ +/* $OpenBSD: clock.c,v 1.22 2008/04/30 17:59:33 kettenis Exp $ */ /* $NetBSD: clock.c,v 1.1 1996/09/30 16:34:40 ws Exp $ */ /* @@ -177,7 +177,6 @@ resettodr(void) } } - void decr_intr(struct clockframe *frame) { @@ -326,6 +325,7 @@ cpu_initclocks() tc_init(&tb_timecounter); ppc_intr_enable(intrstate); } + void cpu_startclock() { |