summaryrefslogtreecommitdiffstats
path: root/src/include/arch
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2016-09-14 09:18:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-07 15:29:39 -0400
commit0d9f6d9a95c5b22d4044904e3563945638fe1c75 (patch)
tree54721b39ee4391317ebd18690a37f4fe4d798ce1 /src/include/arch
parent90b0798b2ba62bd1fc00bbe183b71df5e2d796fb (diff)
downloadtalos-hostboot-0d9f6d9a95c5b22d4044904e3563945638fe1c75.tar.gz
talos-hostboot-0d9f6d9a95c5b22d4044904e3563945638fe1c75.zip
Multi-Proc Interrupt Support with Remote LSIs
Change-Id: I8a981628cd3adc54ba581deb0ce8afb183febef3 RTC: 150562 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29719 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/arch')
-rw-r--r--src/include/arch/pirformat.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/arch/pirformat.H b/src/include/arch/pirformat.H
index ec64b669a..19f3609ed 100644
--- a/src/include/arch/pirformat.H
+++ b/src/include/arch/pirformat.H
@@ -81,6 +81,11 @@ struct PIR_t
return word < r.word;
}
+ bool operator== (const PIR_t& rhs)
+ {
+ return (word == rhs.word);
+ }
+
// Some more handy constants
enum
{
OpenPOWER on IntegriCloud