Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/i386/include/apicvar.h 193662 2009-06-07 22:52:48Z adrian $
---
> * $FreeBSD: head/sys/i386/include/apicvar.h 196196 2009-08-13 17:09:45Z attilio $
103,107d102
< *
< * Right now IPI_STOP used by kdb shares the interrupt priority class with
< * the two IPI groups mentioned above. As such IPI_STOP may cause a deadlock.
< * Eventually IPI_STOP should use NMI IPIs - this would eliminate this and
< * other deadlocks caused by IPI_STOP.
136a132
> #define IPI_STOP_HARD (APIC_IPI_INTS + 8) /* Stop CPU with a NMI. */
163a160
> #define IPI_STOP_HARD (APIC_IPI_INTS + 8) /* Stop CPU with a NMI. */