Add macros for the VER.impl of SPARC64 II to VIIIfx.

This commit is contained in:
Marius Strobl 2010-03-17 21:00:39 +00:00
parent 319efdb1cc
commit bc11f2d90f

View file

@ -69,8 +69,15 @@ extern char sparc64_model[];
#endif /* !LOCORE */
/* Known implementations. */
/* Known implementations */
#define CPU_IMPL_SPARC64 0x01
#define CPU_IMPL_SPARC64II 0x02
#define CPU_IMPL_SPARC64III 0x03
#define CPU_IMPL_SPARC64IV 0x04
#define CPU_IMPL_SPARC64V 0x05
#define CPU_IMPL_SPARC64VI 0x06
#define CPU_IMPL_SPARC64VII 0x07
#define CPU_IMPL_SPARC64VIIIfx 0x08
#define CPU_IMPL_ULTRASPARCI 0x10
#define CPU_IMPL_ULTRASPARCII 0x11
#define CPU_IMPL_ULTRASPARCIIi 0x12