X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/5eebf7385fedb1517b66b53c28e5aa6bb0a2be50..5353443c9cd32307ab4ce5d2e263522955d5d5dd:/osfmk/ppc/exception.h diff --git a/osfmk/ppc/exception.h b/osfmk/ppc/exception.h index 96168ab05..c2c549a2c 100644 --- a/osfmk/ppc/exception.h +++ b/osfmk/ppc/exception.h @@ -329,6 +329,7 @@ struct per_proc_info { #define CPRQsegload 2 /* Segment registers reload */ #define CPRQscom 3 /* SCOM */ #define CPRQchud 4 /* CHUD perfmon */ +#define CPRQsps 5 /* Set Processor Speed */ unsigned int MPsigpParm0; /* SIGP parm 0 */ unsigned int MPsigpParm1; /* SIGP parm 1 */ unsigned int MPsigpParm2; /* SIGP parm 2 */