Fix the build after r212453. IPI_STATCLOCK declaration is still needed

for build, though not really used.

Submitted by:	andreast
This commit is contained in:
Alexander Motin 2010-09-11 09:53:33 +00:00
parent b9b58ffa26
commit 6774542431
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212460

View File

@ -37,6 +37,7 @@
#define IPI_STOP 3
#define IPI_STOP_HARD 3
#define IPI_HARDCLOCK 4
#define IPI_STATCLOCK 5
#ifndef LOCORE