X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..378393581903b274cb7a4d18e0d978071a6b592d:/osfmk/ppc/spec_reg.h?ds=sidebyside diff --git a/osfmk/ppc/spec_reg.h b/osfmk/ppc/spec_reg.h index 93b670fae..ca8812f9e 100644 --- a/osfmk/ppc/spec_reg.h +++ b/osfmk/ppc/spec_reg.h @@ -27,17 +27,15 @@ #define _PPC_SPEC_REG_H_ /* Defines for PVRs */ -#define PROCESSOR_VERSION_601 1 -#define PROCESSOR_VERSION_603 3 -#define PROCESSOR_VERSION_604 4 -#define PROCESSOR_VERSION_603e 6 -#define PROCESSOR_VERSION_750 8 +#define PROCESSOR_VERSION_750 8 /* ? */ #define PROCESSOR_VERSION_750FX 0x7000 /* ? */ -#define PROCESSOR_VERSION_604e 9 -#define PROCESSOR_VERSION_604ev 10 /* ? */ #define PROCESSOR_VERSION_7400 12 /* ? */ #define PROCESSOR_VERSION_7410 0x800C /* ? */ #define PROCESSOR_VERSION_7450 0x8000 /* ? */ #define PROCESSOR_VERSION_7455 0x8001 /* ? */ +#define PROCESSOR_VERSION_7457 0x8002 /* ? */ +#define PROCESSOR_VERSION_7447A 0x8003 /* ? */ +#define PROCESSOR_VERSION_970 0x0039 /* ? */ +#define PROCESSOR_VERSION_970FX 0x003C /* ? */ #endif /* _PPC_SPEC_REG_H_ */