diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2002-11-25 02:15:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-25 02:15:32 -0800 |
| commit | 6adfceca205217aeabc8712c3e805bebf7bb8211 (patch) | |
| tree | eb9f62c18b7966345be24889fbaf684ea244d90b /include | |
| parent | fa8bb677460bb841e5e34b5c5ccba26167b525e8 (diff) | |
[PATCH] cyrix cpu optimisations
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h index 360efe8de768..ec17e06a6df0 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h @@ -221,6 +221,9 @@ static inline void clear_in_cr4 (unsigned long mask) /* * NSC/Cyrix CPU configuration register indexes */ + +#define CX86_PCR0 0x20 +#define CX86_GCR 0xb8 #define CX86_CCR0 0xc0 #define CX86_CCR1 0xc1 #define CX86_CCR2 0xc2 @@ -229,6 +232,7 @@ static inline void clear_in_cr4 (unsigned long mask) #define CX86_CCR5 0xe9 #define CX86_CCR6 0xea #define CX86_CCR7 0xeb +#define CX86_PCR1 0xf0 #define CX86_DIR0 0xfe #define CX86_DIR1 0xff #define CX86_ARR_BASE 0xc4 |
