freebsd-skq/sys/amd64
John Baldwin a8346a9865 A few cleanups to the FPU code on amd64:
- fpudna() always returned 1 since amd64 CPUs always have FPUs.  Change
  the function to return void and adjust the calling code in trap() to
  assume the return 1 case is the only case.
- Remove fpu_cleanstate_ready as it is always true when it is tested.
  Also, only initialize fpu_cleanstate when fpuinit() is called on the BSP.

Reviewed by:	bde
2009-03-05 16:56:16 +00:00
..
acpica At least one BIOS bogusly includes duplicate entries for I/O APICs. The 2009-03-05 16:03:44 +00:00
amd64 A few cleanups to the FPU code on amd64: 2009-03-05 16:56:16 +00:00
compile
conf These are no longer needed. 2009-02-24 23:27:59 +00:00
ia32 Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
include A few cleanups to the FPU code on amd64: 2009-03-05 16:56:16 +00:00
isa Now that all platforms use genclock, shuffle things around slightly 2008-04-22 19:38:30 +00:00
linux32 Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which 2009-03-04 12:14:33 +00:00
pci Correct parameter types for pcib_{read,write}_config by fixing the 2009-02-08 07:02:42 +00:00
Makefile Adjustments to make a tags file a bit more suitable to amd64. 2008-12-01 14:15:10 +00:00