summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-03-16 10:58:09 +0000
committerrwatson <rwatson@FreeBSD.org>2008-03-16 10:58:09 +0000
commit877d7c65ba9b74233df6c9197fc39c770e809d02 (patch)
tree6564575d1252cf3bc48428a52fcc596c284e459b /sys/powerpc/aim/machdep.c
parente16eb855ef66b817fb04637d522ca52a5e5b5163 (diff)
downloadFreeBSD-src-877d7c65ba9b74233df6c9197fc39c770e809d02.zip
FreeBSD-src-877d7c65ba9b74233df6c9197fc39c770e809d02.tar.gz
In keeping with style(9)'s recommendations on macros, use a ';'
after each SYSINIT() macro invocation. This makes a number of lightweight C parsers much happier with the FreeBSD kernel source, including cflow's prcc and lxr. MFC after: 1 month Discussed with: imp, rink
Diffstat (limited to 'sys/powerpc/aim/machdep.c')
-rw-r--r--sys/powerpc/aim/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index 4a70556..ceeadee 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -143,7 +143,7 @@ SYSCTL_INT(_machdep, CPU_CACHELINE, cacheline_size,
CTLFLAG_RD, &cacheline_size, 0, "");
static void cpu_startup(void *);
-SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
+SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
void powerpc_init(u_int, u_int, u_int, void *);
OpenPOWER on IntegriCloud