Rev 534 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 640 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef __sparc64_CPU_H__ |
29 | #ifndef __sparc64_CPU_H__ |
| 30 | #define __sparc64_CPU_H__ |
30 | #define __sparc64_CPU_H__ |
| 31 | 31 | ||
| 32 | #include <typedefs.h> |
32 | #include <arch/register.h> |
| - | 33 | ||
| - | 34 | #define MANUF_FUJITSU 0x04 |
|
| - | 35 | #define MANUF_ULTRASPARC 0x17 /**< UltraSPARC I, UltraSPARC II */ |
|
| - | 36 | #define MANUF_SUN 0x3e |
|
| - | 37 | ||
| - | 38 | #define IMPL_ULTRASPARCI 0x10 |
|
| - | 39 | #define IMPL_ULTRASPARCII 0x11 |
|
| - | 40 | #define IMPL_ULTRASPARCII_I 0x12 |
|
| - | 41 | #define IMPL_ULTRASPARCII_E 0x13 |
|
| - | 42 | #define IMPL_ULTRASPARCIII 0x15 |
|
| - | 43 | #define IMPL_ULTRASPARCIV_PLUS 0x19 |
|
| - | 44 | ||
| - | 45 | #define IMPL_SPARC64V 0x5 |
|
| 33 | 46 | ||
| 34 | struct cpu_arch { |
47 | struct cpu_arch { |
| - | 48 | ver_reg_t ver; |
|
| 35 | }; |
49 | }; |
| 36 | 50 | ||
| 37 | #endif |
51 | #endif |