aboutsummaryrefslogtreecommitdiff
path: root/include/processor.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2015-06-18 15:30:33 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-06-18 16:11:34 +1000
commit451530398b744ebe0401abecfc0315b4b8ce99c2 (patch)
treeb6e8242fbbeea867b140c45f872a6f421ecb79ee /include/processor.h
parent092d2a8e58cad4c9cac3dc573f5af6409d2d1ce6 (diff)
downloadskiboot-451530398b744ebe0401abecfc0315b4b8ce99c2.zip
skiboot-451530398b744ebe0401abecfc0315b4b8ce99c2.tar.gz
skiboot-451530398b744ebe0401abecfc0315b4b8ce99c2.tar.bz2
Set proper value for RPR registerskiboot-5.0.4
The value was provided by Dave Larson and is what pHyp uses Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/processor.h')
-rw-r--r--include/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/processor.h b/include/processor.h
index cdc5919..143308e 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) */