From 0d9f6d9a95c5b22d4044904e3563945638fe1c75 Mon Sep 17 00:00:00 2001 From: Bill Hoffa Date: Wed, 14 Sep 2016 09:18:09 -0500 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner Reviewed-by: Prachi Gupta Reviewed-by: Daniel M. Crowell --- src/include/arch/pirformat.H | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/arch') 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 { -- cgit v1.2.1