mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
96c5d068d8
While general idea of patch was good, it was not working properly due the way it was implemented. When we are using same timer interrupt for several of hard/prof/stat purposes we should not send several IPIs same time to other CPUs. Sending several IPIs same time leads to terrible accounting/profiling results due to strong synchronization effect, when the second interrupt handler accounts processing of the first one. Interlink timer events in a such way, that no more then one IPI is sent for any original timer interrupt. |
||
---|---|---|
.. | ||
atpic_vector.S | ||
atpic.c | ||
clock.c | ||
elcr.c | ||
icu.h | ||
isa_dma.c | ||
isa.c | ||
isa.h | ||
nmi.c |