summaryrefslogtreecommitdiffstats
path: root/src/common/global_app_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global_app_cfg.h')
-rw-r--r--src/common/global_app_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/global_app_cfg.h b/src/common/global_app_cfg.h
index 97957e7..5dd6008 100644
--- a/src/common/global_app_cfg.h
+++ b/src/common/global_app_cfg.h
@@ -40,7 +40,7 @@
// Redefine the default MSR to mask off SIB errors and avoid data machine checks
// These SIB errors probably occur due to contention on the PIB
#define PK_THREAD_MACHINE_CONTEXT_DEFAULT (MSR_SEM | MSR_UIE | MSR_EE | MSR_ME)
-#define PPE42_MSR_INITIAL (MSR_SEM | MSR_ME)
+#define PPE42_MSR_INITIAL (MSR_SEM | MSR_ME | MSR_UIE )
// Enable GPE IPC Timers
#define GPE_IPC_TIMERS
OpenPOWER on IntegriCloud