summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-31 21:43:15 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-31 21:43:15 +0000
commitae26ae5e744b449891b99398f1e67e69f2b487e2 (patch)
tree20073b507c6299cb5ef998b13e9aaf42cdcbe2a2 /sys/arch/mips64
parent52c1f46a12a4cc2ac45b3d49075a95685ee36c51 (diff)
spaces
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/mips64/clock.c b/sys/arch/mips64/mips64/clock.c
index 5f997d592ab..a55f6b09376 100644
--- a/sys/arch/mips64/mips64/clock.c
+++ b/sys/arch/mips64/mips64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.11 2005/01/31 21:39:59 grange Exp $ */
+/* $OpenBSD: clock.c,v 1.12 2005/01/31 21:43:14 grange Exp $ */
/*
* Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -140,7 +140,7 @@ clock_int5_init(struct clock_softc *sc)
* Just resets the compare register and acknowledge the interrupt.
*/
intrmask_t
-clock_int5_dummy( intrmask_t mask, struct trap_frame *tf)
+clock_int5_dummy(intrmask_t mask, struct trap_frame *tf)
{
cp0_set_compare(0); /* Shut up counter int's for a while */
return CR_INT_5; /* Clock is always on 5 */
@@ -154,7 +154,7 @@ clock_int5_dummy( intrmask_t mask, struct trap_frame *tf)
* the clock is unmasked again.
*/
intrmask_t
-clock_int5( intrmask_t mask, struct trap_frame *tf)
+clock_int5(intrmask_t mask, struct trap_frame *tf)
{
u_int32_t clkdiff;