summaryrefslogtreecommitdiffstats
path: root/src/common/gpe_export.h
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2017-09-29 10:00:59 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-10-03 17:05:58 -0400
commit119f37bc1c1b9da19f80c4a8fbc04cb0120e1bdf (patch)
treeb6633108c81c62203292349730b0094ce026459b /src/common/gpe_export.h
parent28ba8e805cab998dc8ca15c0a3c362d18a189c04 (diff)
downloadtalos-occ-119f37bc1c1b9da19f80c4a8fbc04cb0120e1bdf.tar.gz
talos-occ-119f37bc1c1b9da19f80c4a8fbc04cb0120e1bdf.zip
Correct gpe timebase
Change-Id: I47524f8400d1b5f2ed5423c2bea105a22a099205 CQ: SW402715 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46917 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/common/gpe_export.h')
-rwxr-xr-xsrc/common/gpe_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/gpe_export.h b/src/common/gpe_export.h
index 2cc9191..0957175 100755
--- a/src/common/gpe_export.h
+++ b/src/common/gpe_export.h
@@ -58,7 +58,7 @@ typedef struct nop
typedef struct gpe_shared_data
{
- uint32_t nest_freq_div; // Nest freq / 4
+ uint32_t nest_freq_div; // Nest freq / 64
uint32_t spipss_spec_p9; // Which APSS spec to use
uint32_t fir_heap_buffer_ptr;
uint32_t fir_params_buffer_ptr;
OpenPOWER on IntegriCloud