diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-30 17:59:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-30 17:59:34 +0000 |
commit | e4fbc19da43b4b7e88e35c4fc502b36699fa3a8f (patch) | |
tree | fea6e9b4266808354877dd96b44bc9e1ffdbbdf5 /sys/arch | |
parent | 1a67af8b74f94a87be14a3991b56ded32995957f (diff) |
Spacing.
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() { |