summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/cpumgr.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H
index 25bb794bf..2c3449fa0 100644
--- a/src/include/kernel/cpumgr.H
+++ b/src/include/kernel/cpumgr.H
@@ -165,6 +165,7 @@ class CpuManager
/** Desired value for LPCR after wakeup.
*
+ * bit 48 - Wake-up from hyp doorbell
* bit 49 - Wake-up from external interrupt.
* bit 50 - Wake-up from decrementer.
* bit 51 - Wake-up from machine check.
@@ -172,7 +173,7 @@ class CpuManager
* bit 61 - LPES(1) = 0 (P8 RFC02204 forces to 0)
* bit 62 - HVICE - Hypervisor Virt Interrupt Conditionally Enable
*/
- static const uint64_t WAKEUP_LPCR_VALUE = 0x000000000000700A;
+ static const uint64_t WAKEUP_LPCR_VALUE = 0x000000000000F00A;
/** Desired value for RPR after wakeup.
*
OpenPOWER on IntegriCloud