freebsd-dev/sys/amd64
Mike Smith 287e61c39f Presently there is only one `currentldt' variable for all cpus
in a SMP system. Unexpected things could happen if each cpu
        has a different ldt setting and one cpu tries to use value
        of currentldt set by another cpu.

        The fix is to move currentldt to the per-cpu area. It includes
        patches I filed in PR i386/6219 which are also user ldt related.

PR:		i386/7591, i386/6219
Submitted by:	Luoqi Chen <luoqi@watermarkgroup.com>
1998-08-18 07:47:12 +00:00
..
amd64 Presently there is only one `currentldt' variable for all cpus 1998-08-18 07:47:12 +00:00
conf FIxed typo (syntax error) in previous commit. 1998-08-17 16:46:33 +00:00
include Presently there is only one `currentldt' variable for all cpus 1998-08-18 07:47:12 +00:00
isa Register tty software interrupt handlers at run time using register_swi() 1998-08-11 17:01:32 +00:00
pci
Makefile