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/kernel | |
| parent | a094332bbe8807c8f24aeb79f34be063845cea10 (diff) | |
| download | talos-hostboot-c529c391001736f4a55a71d30ea7a8c9dabfa0ed.tar.gz talos-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/kernel')
| -rw-r--r-- | src/kernel/terminate.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/terminate.C b/src/kernel/terminate.C index 0bfd5e8dd..daed4330a 100644 --- a/src/kernel/terminate.C +++ b/src/kernel/terminate.C @@ -53,7 +53,7 @@ void terminateExecuteTI() p8_force_attn(); } -void termWritePlid(uint16_t i_source, uint64_t plid) +void termWritePlid(uint16_t i_source, uint32_t plid) { kernel_TIDataArea.type = TI_WITH_PLID; kernel_TIDataArea.source = i_source; |

