From 776fdaf7cf4ea1feffbfab1186e281cc2dcd6822 Mon Sep 17 00:00:00 2001 From: dyson Date: Sun, 26 Apr 1998 03:18:38 +0000 Subject: [PATCH] Add the PAT cpuid feature. --- sys/amd64/amd64/identcpu.c | 4 ++-- sys/i386/i386/identcpu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 0dd2385c32ab..7850b5b206ab 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" + "\021PAT" "\022" "\023" "\024" diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 0dd2385c32ab..7850b5b206ab 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" + "\021PAT" "\022" "\023" "\024"