summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-04-26 03:18:38 +0000
committerdyson <dyson@FreeBSD.org>1998-04-26 03:18:38 +0000
commit776fdaf7cf4ea1feffbfab1186e281cc2dcd6822 (patch)
treea41a44f7aaf1745bbccd13eb0fce13b098e48814 /sys
parent281bfe1bda6e50a925723bbcef0d1825c11ad866 (diff)
downloadFreeBSD-src-776fdaf7cf4ea1feffbfab1186e281cc2dcd6822.zip
FreeBSD-src-776fdaf7cf4ea1feffbfab1186e281cc2dcd6822.tar.gz
Add the PAT cpuid feature.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/identcpu.c4
-rw-r--r--sys/i386/i386/identcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 0dd2385..7850b5b 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
- * $Id: identcpu.c,v 1.43 1998/02/13 09:34:42 kato Exp $
+ * $Id: identcpu.c,v 1.44 1998/04/15 17:44:58 bde Exp $
*/
#include "opt_cpu.h"
@@ -457,7 +457,7 @@ printcpuinfo(void)
"\016PGE"
"\017MCA"
"\020CMOV"
- "\021<b16>"
+ "\021PAT"
"\022<b17>"
"\023<b18>"
"\024<b19>"
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 0dd2385..7850b5b 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
- * $Id: identcpu.c,v 1.43 1998/02/13 09:34:42 kato Exp $
+ * $Id: identcpu.c,v 1.44 1998/04/15 17:44:58 bde Exp $
*/
#include "opt_cpu.h"
@@ -457,7 +457,7 @@ printcpuinfo(void)
"\016PGE"
"\017MCA"
"\020CMOV"
- "\021<b16>"
+ "\021PAT"
"\022<b17>"
"\023<b18>"
"\024<b19>"
OpenPOWER on IntegriCloud