freebsd-skq/sys/amd64
Alexander Motin 96c5d068d8 Rework r193814:
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.
2009-06-23 21:45:33 +00:00
..
acpica
amd64 Forbid multi-vector MSI interrupt vectors migration to another CPU once 2009-06-15 13:47:49 +00:00
compile
conf I have several machines where the following warning is printed: 2009-06-15 21:55:29 +00:00
ia32
include Eliminate dead code. These definitions should have been deleted with the 2009-06-22 04:21:02 +00:00
isa Rework r193814: 2009-06-23 21:45:33 +00:00
linux32
pci
Makefile