diff options
Diffstat (limited to 'sys/mips/include/locore.h')
-rw-r--r-- | sys/mips/include/locore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/include/locore.h b/sys/mips/include/locore.h index b1b9f59..7cc72c7 100644 --- a/sys/mips/include/locore.h +++ b/sys/mips/include/locore.h @@ -60,6 +60,7 @@ typedef int mips_prid_t; /* 0x09 unannounced */ /* 0x0a unannounced */ #define MIPS_PRID_CID_LEXRA 0x0b /* Lexra */ +#define MIPS_PRID_CID_RMI 0x0c /* RMI */ #define MIPS_PRID_CID_CAVIUM 0x0d /* Cavium */ #define MIPS_PRID_COPTS(x) (((x) >> 24) & 0x00ff) /* Company Options */ |