diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-28 18:26:30 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-28 18:26:30 +0000 |
| commit | f5d9a10b94fc9640a40a3c9b3d56811058adf382 (patch) | |
| tree | b4f7a2fbac40cdc5730656c17edd31f861c85428 /sys/i386 | |
| parent | ac278dcfc0ea18a67308a3d81316112964966a53 (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/include/cpufunc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 969541f03d55..a28e9a769ef5 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -35,6 +35,8 @@ /* * Functions to provide access to special i386 instructions. + * This in included in sys/systm.h, and that file should be + * used in preference to this. */ #ifndef _MACHINE_CPUFUNC_H_ |
