freebsd-nq/sys/i386
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 Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use 2009-06-10 20:59:32 +00:00
bios Some minor style changes: 2009-05-20 16:29:22 +00:00
compile
conf * Driver for ACPI WMI (Windows Management Instrumentation) 2009-06-23 13:17:25 +00:00
cpufreq Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
i386 Forbid multi-vector MSI interrupt vectors migration to another CPU once 2009-06-15 13:47:49 +00:00
ibcs2 Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups and 2009-06-20 18:52:02 +00:00
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
linux Implement accept4 syscall. 2009-06-01 20:48:39 +00:00
pci strict kobj signatures: fix legacy i386 pcib_write_config impl 2009-06-11 17:06:31 +00:00
svr4 Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
xbox In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
xen Revert my change; reintroduce __gnu89_inline. 2009-06-08 18:23:43 +00:00
Makefile Update entries for building tags. 2007-05-13 18:21:54 +00:00