From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 1/2] arm/arm64: add GICD_IIDR definition Date: Thu, 30 Aug 2018 16:17:32 +0200 Message-ID: <20180830141733.21725-2-drjones@redhat.com> References: <20180830141733.21725-1-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: marc.zyngier@arm.com, ynorov@caviumnetworks.com, shihwei@cs.columbia.edu, kvmarm@lists.cs.columbia.edu To: kvm@vger.kernel.org Return-path: In-Reply-To: <20180830141733.21725-1-drjones@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org From: Shih-Wei Li Signed-off-by: Shih-Wei Li Signed-off-by: Andrew Jones --- lib/arm/asm/gic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/arm/asm/gic.h b/lib/arm/asm/gic.h index 2eb4af8d6c81..3b9982b0e7b5 100644 --- a/lib/arm/asm/gic.h +++ b/lib/arm/asm/gic.h @@ -10,6 +10,7 @@ /* Distributor registers */ #define GICD_CTLR 0x0000 #define GICD_TYPER 0x0004 +#define GICD_IIDR 0x0008 #define GICD_IGROUPR 0x0080 #define GICD_ISENABLER 0x0100 #define GICD_ISPENDR 0x0200 -- 2.17.1