From 8f68014a90f61f0b1384914a0f62615ffff95009 Mon Sep 17 00:00:00 2001 From: Caleb Palmer Date: Mon, 12 Mar 2018 10:45:01 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Brian J. Stegmiller Tested-by: FSP CI Jenkins Reviewed-by: Zane C. Shelley --- src/usr/diag/mdia/mdiaworkitem.C | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/diag/mdia/mdiaworkitem.C') 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) { -- cgit v1.2.1