diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-06-18 17:07:44 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-06-18 17:07:44 +1000 |
commit | f7290fa4d622c4530e8bc24826904419dacc863c (patch) | |
tree | 3a1ab5a8b54bc239fb0d6da3f7bd96094e3d7ddc /include | |
parent | b3c88d9cd5e386a4c05ae650c0bf837bc1cbf4b4 (diff) | |
parent | 451530398b744ebe0401abecfc0315b4b8ce99c2 (diff) | |
download | skiboot-f7290fa4d622c4530e8bc24826904419dacc863c.zip skiboot-f7290fa4d622c4530e8bc24826904419dacc863c.tar.gz skiboot-f7290fa4d622c4530e8bc24826904419dacc863c.tar.bz2 |
Merge branch 'stable'
Diffstat (limited to 'include')
-rw-r--r-- | include/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/processor.h b/include/processor.h index c9e9d0e..e8f0c3c 100644 --- a/include/processor.h +++ b/include/processor.h @@ -52,6 +52,7 @@ #define SPR_SRR0 0x01a /* RW: Exception save/restore reg 0 */ #define SPR_SRR1 0x01b /* RW: Exception save/restore reg 1 */ #define SPR_CFAR 0x01c /* RW: Come From Address Register */ +#define SPR_RPR 0x0ba /* RW: Relative Priority Register */ #define SPR_TBRL 0x10c /* RO: Timebase low */ #define SPR_TBRU 0x10d /* RO: Timebase high */ #define SPR_SPRC 0x114 /* RW: Access to uArch SPRs (ex SCOMC) */ |