freebsd-dev/sys/x86/acpica
Konstantin Belousov 57f6622f92 For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE
and device npx.

This means that FPU is always initialized and handled when available,
and SSE+ register file and exception are handled when available.  This
makes the kernel FPU code much easier to maintain by the cost of
slight bloat for CPUs older than 25 years.

CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment
explaining the original purpose.

Suggested by and discussed with:	bde
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	3 weeks
2017-02-03 12:51:40 +00:00
..
acpi_apm.c
acpi_wakeup.c For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE 2017-02-03 12:51:40 +00:00
madt.c Merge ACPICA 20160930. 2016-10-04 20:27:15 +00:00
OsdEnvironment.c Merge ACPICA 20160930. 2016-10-04 20:27:15 +00:00
srat.c Prefix hex memory addresses with 0x in diagnostic messages from the 2016-12-11 19:01:27 +00:00