mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
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:
commit
6054c38913
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275561
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user