diff options
| author | Dave Jones <davej@suse.de> | 2002-04-02 20:01:22 -0800 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-04-02 20:01:22 -0800 |
| commit | 8780d1383c378c1dcbded28414b614ad574ff117 (patch) | |
| tree | 6a86251c34b42b5aa49cfbd95ffb7a3c2687fc62 /include | |
| parent | db8b4099b66f73eeb4cfa267582d810e84a56514 (diff) | |
[PATCH] Add support for National Semiconductor x86's.
These are mostly Cyrix-alike, but for some quirks we work around.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/processor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h index 573dac8f51ab..13eec87ba8fd 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h @@ -59,6 +59,7 @@ struct cpuinfo_x86 { #define X86_VENDOR_CENTAUR 5 #define X86_VENDOR_RISE 6 #define X86_VENDOR_TRANSMETA 7 +#define X86_VENDOR_NSC 8 #define X86_VENDOR_UNKNOWN 0xff /* @@ -216,7 +217,7 @@ static inline void clear_in_cr4 (unsigned long mask) } /* - * Cyrix CPU configuration register indexes + * NSC/Cyrix CPU configuration register indexes */ #define CX86_CCR0 0xc0 #define CX86_CCR1 0xc1 @@ -232,7 +233,7 @@ static inline void clear_in_cr4 (unsigned long mask) #define CX86_RCR_BASE 0xdc /* - * Cyrix CPU indexed register access macros + * NSC/Cyrix CPU indexed register access macros */ #define getCx86(reg) ({ outb((reg), 0x22); inb(0x23); }) |
