aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-28 18:26:30 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-28 18:26:30 +0000
commitf5d9a10b94fc9640a40a3c9b3d56811058adf382 (patch)
treeb4f7a2fbac40cdc5730656c17edd31f861c85428 /sys/amd64
parentac278dcfc0ea18a67308a3d81316112964966a53 (diff)
downloadsrc-f5d9a10b94fc9640a40a3c9b3d56811058adf382.tar.gz
src-f5d9a10b94fc9640a40a3c9b3d56811058adf382.zip
Make it a bit clearer where this file is to be used and where it
should not be. (Comments only) Inspired by: bde
Notes
Notes: svn path=/head/; revision=91497
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/cpufunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h
index 969541f03d55..a28e9a769ef5 100644
--- a/sys/amd64/include/cpufunc.h
+++ b/sys/amd64/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_