Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. Tell

scheduler that it doesn't need to use IPI to "wake up" CPU.
This commit is contained in:
Alexander Motin 2010-09-11 07:24:10 +00:00
parent b722ad008b
commit dc5b8c2ee7

View File

@ -959,7 +959,7 @@ int
cpu_idle_wakeup(int cpu)
{
return (0);
return (1);
}
int