summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2010-12-06 10:24:06 +0000
committerkevlo <kevlo@FreeBSD.org>2010-12-06 10:24:06 +0000
commit92646cacc6dce04db13c04ea2f6e943f5242ca41 (patch)
tree21ee4a3ea32e64723188e28ec4a75f5fea143248 /sys/mips
parentf2bb89e063b90afc60f9711fb7e86c220e354b40 (diff)
downloadFreeBSD-src-92646cacc6dce04db13c04ea2f6e943f5242ca41.zip
FreeBSD-src-92646cacc6dce04db13c04ea2f6e943f5242ca41.tar.gz
Fix double ;;
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/mp_machdep.c b/sys/mips/mips/mp_machdep.c
index 2b993cb..41de5fb 100644
--- a/sys/mips/mips/mp_machdep.c
+++ b/sys/mips/mips/mp_machdep.c
@@ -164,7 +164,7 @@ mips_ipi_handler(void *arg)
break;
case IPI_HARDCLOCK:
CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__);
- hardclockintr();;
+ hardclockintr();
break;
default:
panic("Unknown IPI 0x%0x on cpu %d", ipi, curcpu);
OpenPOWER on IntegriCloud