summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kernel/syscall.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/syscall.C b/src/kernel/syscall.C
index 645691d70..94c6a5860 100644
--- a/src/kernel/syscall.C
+++ b/src/kernel/syscall.C
@@ -681,9 +681,9 @@ namespace Systemcalls
if (0x4c000364 == (*instruction)) // Verify 'nap' instruction,
// otherwise just return.
{
- // Disable PR, IR, DR so 'nap' can be executed.
+ // Disable EE, PR, IR, DR so 'nap' can be executed.
// (which means to stay in HV state)
- t->context.msr_mask = 0x4030;
+ t->context.msr_mask = 0xC030;
}
};
OpenPOWER on IntegriCloud