freebsd-dev/sys/i386/isa
Konstantin Belousov d3c968bf84 Revert r323722. A better fix will be committed shortly, as well as
some still useful bits of the reverted revision.

The problem with the committed fix is that there are still issues with
returning from NMI, when NMI interrupted kernel in a moment where the
kernel segments selectors were still not loaded into registers.  If
this happens, the NMI return would loose the userspace selectors
because r323722 does not reload segment registers on return to kernel
mode.

Fixing the problem is complicated.  Since an alternative approach to
handle the original bug exists, it makes sence to stop adding more
complexity.

Discussed with:	bde
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-09-28 08:38:24 +00:00
..
ccbque.h Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
elink.c Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
elink.h Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
npx.c Revert r323722. A better fix will be committed shortly, as well as 2017-09-28 08:38:24 +00:00
pmtimer.c Remove a tunable and always reset system clock while resuming with ACPI. 2016-07-13 19:16:32 +00:00
prof_machdep.c