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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/global_app_cfg.h b/src/common/global_app_cfg.h
index 50bbea1..9dddbfa 100644
--- a/src/common/global_app_cfg.h
+++ b/src/common/global_app_cfg.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -31,6 +31,9 @@
#define DEFAULT_NEST_FREQ_HZ 600000000
#define DEFAULT_EXT_CLK_FREQ_HZ 37500000
+// Turn off periodic GPE traces
+#define PK_TRACE_TIMER_OUTPUT 0
+
// If we are using the OCB timebase then assume
// a frequency of 37.5Mhz. Otherwise, the default is to use
// the decrementer as a timebase and assume a frequency of
OpenPOWER on IntegriCloud