Date: Sat, 11 Sep 2010 09:53:33 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r212460 - head/sys/powerpc/include Message-ID: <201009110953.o8B9rXaq078512@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009110953.o8B9rXaq078512>