summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2010-09-11 09:53:33 +0000
committermav <mav@FreeBSD.org>2010-09-11 09:53:33 +0000
commita9f24443ecab1951e881089665e1c7bb53cd2226 (patch)
treef1c584fb798237074f1361fb77b1cbecea7d4f29
parent4b5fe92932c35bad359f6aa72b7220bf349d684e (diff)
downloadFreeBSD-src-a9f24443ecab1951e881089665e1c7bb53cd2226.zip
FreeBSD-src-a9f24443ecab1951e881089665e1c7bb53cd2226.tar.gz
Fix the build after r212453. IPI_STATCLOCK declaration is still needed
for build, though not really used. Submitted by: andreast
-rw-r--r--sys/powerpc/include/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/smp.h b/sys/powerpc/include/smp.h
index cf95278..c78af74 100644
--- a/sys/powerpc/include/smp.h
+++ b/sys/powerpc/include/smp.h
@@ -37,6 +37,7 @@
#define IPI_STOP 3
#define IPI_STOP_HARD 3
#define IPI_HARDCLOCK 4
+#define IPI_STATCLOCK 5
#ifndef LOCORE
OpenPOWER on IntegriCloud