summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/mdia/mdiaworkitem.C
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-03-12 10:45:01 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-03-14 10:46:22 -0400
commit8f68014a90f61f0b1384914a0f62615ffff95009 (patch)
tree5cdb0cf99ee514242ad444bb3b38ab3c3e350d66 /src/usr/diag/mdia/mdiaworkitem.C
parent5353bb457253ce24121357c6ab3da1c158602a7b (diff)
downloadtalos-hostboot-8f68014a90f61f0b1384914a0f62615ffff95009.tar.gz
talos-hostboot-8f68014a90f61f0b1384914a0f62615ffff95009.zip
MDIA: ensure full MBA target support for P9
Change-Id: I16fa359948c03725dae6ef70b4964dcb8b5edb16 RTC: 187474 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55653 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/usr/diag/mdia/mdiaworkitem.C')
-rw-r--r--src/usr/diag/mdia/mdiaworkitem.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/diag/mdia/mdiaworkitem.C b/src/usr/diag/mdia/mdiaworkitem.C
index 06ac50620..79d5ed8ec 100644
--- a/src/usr/diag/mdia/mdiaworkitem.C
+++ b/src/usr/diag/mdia/mdiaworkitem.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -53,7 +55,7 @@ int64_t WorkItem::compare(const WorkItem & i_r) const
}
// if the state machine computed priority is the same,
- // give higher priority to mbas on different dmi busses
+ // give higher priority to mbas/mcbists on different dmi busses
if(iv_chipUnit < i_r.iv_chipUnit)
{
OpenPOWER on IntegriCloud