1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sys/amd64
Jeff Roberson e4b5aee3a8 Commit 10/14 of sched_lock decomposition.
- Use sched_throw() rather than replicating the same cpu_throw() code for
   each architecture.  This also allows the scheduler to use any locking it
   may want to.
 - Use the thread_lock() rather than sched_lock when preempting.
 - The scheduler lock is not required to synchronize release_aps.

Tested by:      kris, current@
Tested on:      i386, amd64, ULE, 4BSD, libthr, libkse, PREEMPTION, etc.
Discussed with: kris, attilio, kmacy, jhb, julian, bde (small parts each)
2007-06-04 23:56:08 +00:00
..
acpica Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses 2007-05-08 22:01:04 +00:00
amd64 Commit 10/14 of sched_lock decomposition. 2007-06-04 23:56:08 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Enable fwip and dcons in GENERIC. They seem fairly stable. 2007-05-28 14:38:43 +00:00
ia32 Rework the PCPU_* (MD) interface: 2007-06-04 21:38:48 +00:00
include Rework the PCPU_* (MD) interface: 2007-06-04 21:38:48 +00:00
isa Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
linux32 Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
pci Revamp the MSI/MSI-X code a bit to achieve two main goals: 2007-05-02 17:50:36 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00