- Don't define DETECT_DEADLOCK. I don't know that this code has detected
a deadlock in several years. Furthermore, the IPI code is currently protected by a seperate spinlock. This only served to make IPIs twice as expensive as they had to be which severely slowed down the IPI heavy ULE scheduler.
This commit is contained in:
parent
29bcc4514f
commit
1a9b9c9837
@ -638,7 +638,6 @@ SYSINIT(apic_setup_io, SI_SUB_INTR, SI_ORDER_SECOND, apic_setup_io, NULL)
|
||||
* private the sys/i386 code. The public interface for the rest of the
|
||||
* kernel is defined in mp_machdep.c.
|
||||
*/
|
||||
#define DETECT_DEADLOCK
|
||||
|
||||
int
|
||||
lapic_ipi_wait(int delay)
|
||||
|
Loading…
Reference in New Issue
Block a user