aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2010-09-11 09:53:33 +0000
committerAlexander Motin <mav@FreeBSD.org>2010-09-11 09:53:33 +0000
commit6774542431e2f37f3b919b90a83e0c783525fdc8 (patch)
treef1c584fb798237074f1361fb77b1cbecea7d4f29 /sys
parentb9b58ffa2690ccfec600ffb425d4c18caa7413e4 (diff)
downloadsrc-6774542431e2f37f3b919b90a83e0c783525fdc8.tar.gz
src-6774542431e2f37f3b919b90a83e0c783525fdc8.zip
Fix the build after r212453. IPI_STATCLOCK declaration is still needed
for build, though not really used. Submitted by: andreast
Notes
Notes: svn path=/head/; revision=212460
Diffstat (limited to 'sys')
-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 cf952788c680..c78af741f704 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