summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-06-24 20:20:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-06-24 20:20:38 +0000
commit22a907e8f55e60eefe79d19c6ae028a2d2f88d1b (patch)
treec47b21a6e1d0d5204e9cd4269f18fce3f3c28c83 /sys/arch/mips64/include
parent6987875c5d4ca9d9746c5675310e18453f5caee7 (diff)
Do not output unnecessary semicolons when expanding macros. No functional change
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/cache.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mips64/include/cache.h b/sys/arch/mips64/include/cache.h
index 6e0591f2e1f..300b6b4d00f 100644
--- a/sys/arch/mips64/include/cache.h
+++ b/sys/arch/mips64/include/cache.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cache.h,v 1.3 2012/04/21 12:20:30 miod Exp $ */
+/* $OpenBSD: cache.h,v 1.4 2012/06/24 20:20:37 miod Exp $ */
/*
* Copyright (c) 2012 Miodrag Vallat.
@@ -48,27 +48,27 @@ void chip##_IOSyncDCache(struct cpu_info *, vaddr_t, size_t, int);
/*
* Cavium Octeon.
*/
-CACHE_PROTOS(Octeon);
+CACHE_PROTOS(Octeon)
/*
* STC Loongson 2E and 2F.
*/
-CACHE_PROTOS(Loongson2);
+CACHE_PROTOS(Loongson2)
/*
* MIPS R4000 and R4400.
*/
-CACHE_PROTOS(Mips4k);
+CACHE_PROTOS(Mips4k)
/*
* IDT/QED/PMC-Sierra R4600, R4700, R5000, RM52xx, RM7xxx, RM9xxx.
*/
-CACHE_PROTOS(Mips5k);
+CACHE_PROTOS(Mips5k)
/*
* MIPS/NEC R10000/R120000/R140000/R16000.
*/
-CACHE_PROTOS(Mips10k);
+CACHE_PROTOS(Mips10k)
/*
* Values used by the IOSyncDCache routine [which acts as the backend of