MFV r275534:

Sync with Illumos.  This have no effect to FreeBSD.

Illumos issue:
    5285 pass in cpu_pause_func via pause_cpus

MFC after:	2 weeks
This commit is contained in:
Xin LI 2014-12-06 09:14:46 +00:00
commit 6054c38913
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275561

View File

@ -648,7 +648,7 @@ void poke_cpu(int cpun); /* interrupt another CPU (to preempt) */
void mach_cpu_pause(volatile char *);
void pause_cpus(cpu_t *off_cp);
void pause_cpus(cpu_t *off_cp, void *(*func)(void *));
void start_cpus(void);
int cpus_paused(void);