Author: mav Date: Sat Sep 11 09:53:33 2010 New Revision: 212460 URL: http://svn.freebsd.org/changeset/base/212460
Log: Fix the build after r212453. IPI_STATCLOCK declaration is still needed for build, though not really used. Submitted by: andreast Modified: head/sys/powerpc/include/smp.h Modified: head/sys/powerpc/include/smp.h ============================================================================== --- head/sys/powerpc/include/smp.h Sat Sep 11 09:26:36 2010 (r212459) +++ head/sys/powerpc/include/smp.h Sat Sep 11 09:53:33 2010 (r212460) @@ -37,6 +37,7 @@ #define IPI_STOP 3 #define IPI_STOP_HARD 3 #define IPI_HARDCLOCK 4 +#define IPI_STATCLOCK 5 #ifndef LOCORE _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"