summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-04 11:39:16 +0000
committerkato <kato@FreeBSD.org>1998-03-04 11:39:16 +0000
commit7631ca7e20996db3b110a48b8fc7391b92dbd96a (patch)
tree39a454d0d4cdc6b17f8864ed98fc02787366f148 /sys/amd64/include/specialreg.h
parente28788f2a420e093ade000eeb0ba96634af0e177 (diff)
downloadFreeBSD-src-7631ca7e20996db3b110a48b8fc7391b92dbd96a.zip
FreeBSD-src-7631ca7e20996db3b110a48b8fc7391b92dbd96a.tar.gz
Defined CCR6 and CCR7 (configuration registers of M2 CPU.)
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index 2aa1286..c09e51a 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
- * $Id: specialreg.h,v 1.13 1997/03/22 18:53:11 kato Exp $
+ * $Id: specialreg.h,v 1.14 1997/07/21 17:53:51 fsmp Exp $
*/
#ifndef _MACHINE_SPECIALREG_H_
@@ -151,6 +151,10 @@
#define CCR5_LBR1 0x10 /* Local bus region 1 */
#define CCR5_ARREN 0x20 /* Enables ARR region */
+#define CCR6 0xea
+
+#define CCR7 0xeb
+
/* Performance Control Register (5x86 only). */
#define PCR0 0x20
#define PCR0_RSTK 0x01 /* Enables return stack */
OpenPOWER on IntegriCloud