diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2013-10-15 13:32:09 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-28 12:32:17 -0500 |
| commit | c529c391001736f4a55a71d30ea7a8c9dabfa0ed (patch) | |
| tree | 267a908138e7bc631156e3dfd704ce68bf4e6dc6 /src/include/kernel/terminate.H | |
| parent | a094332bbe8807c8f24aeb79f34be063845cea10 (diff) | |
| download | blackbird-hostboot-c529c391001736f4a55a71d30ea7a8c9dabfa0ed.tar.gz blackbird-hostboot-c529c391001736f4a55a71d30ea7a8c9dabfa0ed.zip | |
Ensure PLIDs are 32bits.
RTC: 72318
Change-Id: I7ce0c67510ff5389c864a9e750b948a23e3db5b4
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6681
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/terminate.H')
| -rw-r--r-- | src/include/kernel/terminate.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/terminate.H b/src/include/kernel/terminate.H index 3cedf6a72..23850d574 100644 --- a/src/include/kernel/terminate.H +++ b/src/include/kernel/terminate.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012 */ +/* COPYRIGHT International Business Machines Corp. 2012,2013 */ /* */ /* p1 */ /* */ @@ -40,7 +40,7 @@ void terminateExecuteTI(); * @param[in] i_plid: plid to be stored * @param[out] NONE: */ -void termWritePlid(uint16_t i_source, uint64_t plid); +void termWritePlid(uint16_t i_source, uint32_t plid); /** @fn termWriteSRC * Create an SRC and Update the TI data area with the src created |

