mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
699d648aab
believed that all 486-class CPUs FreeBSD is capable to run on, either have no FPU and cannot use external coprocessor, or have FPU on the package and can use #MF. Reviewed by: bde Tested by: pho (previous version)
7 lines
85 B
C
7 lines
85 B
C
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
/* $FreeBSD$ */
|
|
|
|
#include <i386/npx.h>
|