diff options
| author | Van Lee <vanlee@us.ibm.com> | 2012-10-24 11:45:07 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-10-24 16:32:59 -0500 |
| commit | ae2fc47103833e91ec7385e1ca89407f04653111 (patch) | |
| tree | 9f4ceb094b62772138680f6c4a5518ba2f902032 /src/usr/xscom/test | |
| parent | 9604a1d673182c3edbc83518d795a32bec55b77d (diff) | |
| download | talos-hostboot-ae2fc47103833e91ec7385e1ca89407f04653111.tar.gz talos-hostboot-ae2fc47103833e91ec7385e1ca89407f04653111.zip | |
Fix proc_setup_bars fails on large config (4 procs 4 centaurs)
Change-Id: I8203c863f26aeb3a0ea20964e4c4bef64802c4e8
RTC: 50426
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2118
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/xscom/test')
| -rw-r--r-- | src/usr/xscom/test/xscomtest.H | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/usr/xscom/test/xscomtest.H b/src/usr/xscom/test/xscomtest.H index 187eeaf74..4901de611 100644 --- a/src/usr/xscom/test/xscomtest.H +++ b/src/usr/xscom/test/xscomtest.H @@ -1,25 +1,25 @@ -// IBM_PROLOG_BEGIN_TAG -// This is an automatically generated prolog. -// -// $Source: src/usr/xscom/test/xscomtest.H $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2011 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/usr/xscom/test/xscomtest.H $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ #ifndef __XCOMTEST_H #define __XCOMTEST_H @@ -50,8 +50,8 @@ struct testXscomAddrData const testXscomAddrData g_xscomAddrTable[] = { // Write data to be ORed with read value - {0x13030007, 0x0000040000000000}, - {0x13010002, 0xC000000000000000}, + {0x14030007, 0x0000040000000000}, + {0x14010002, 0xC000000000000000}, }; const uint32_t g_xscomAddrTableSz = sizeof(g_xscomAddrTable)/sizeof(testXscomAddrData); |

