summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-10-25 11:07:28 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 14:20:23 -0600
commit0c9b4576a852e815aa9980bf3d7dc9fdf2ce37a1 (patch)
tree918e84b6db0375b01dbd8e43ff736b314bf35f6b /src/kernel
parent20812c9a9c7c1a46a425d5cd5b207d88f81a6ba1 (diff)
downloadtalos-hostboot-0c9b4576a852e815aa9980bf3d7dc9fdf2ce37a1.tar.gz
talos-hostboot-0c9b4576a852e815aa9980bf3d7dc9fdf2ce37a1.zip
Update comments for MSR[ME] bit.
Change-Id: I5b6651fa61c393ce434f4255235c0c9605133f7b RTC: 51148 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6877 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/cpumgr.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel/cpumgr.C b/src/kernel/cpumgr.C
index 6f641ecb3..759bcf18c 100644
--- a/src/kernel/cpumgr.C
+++ b/src/kernel/cpumgr.C
@@ -295,7 +295,8 @@ void CpuManager::activateCPU(cpu_t * i_cpu)
// Verify / set SPRs.
uint64_t msr = getMSR();
- msr |= 0x1000; // TODO: RTC: 51148 - Simics workaround for SW170137.
+ msr |= 0x1000; // MSR[ME] is not saved on initial wakeup, but we set on
+ // entering userspace, so ignore this bit in assert.
kassert(WAKEUP_MSR_VALUE == msr);
setLPCR(WAKEUP_LPCR_VALUE);
setRPR(WAKEUP_RPR_VALUE);
OpenPOWER on IntegriCloud