From aaa999bc1f6d678ba60b64b240250fe03ac892df Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Sun, 2 Sep 2012 15:45:31 +0100 Subject: target-arm: Drop unused DECODE_CPREG_CRN macro This macro snuck through code review despite being unused; drop it. Signed-off-by: Peter Maydell --- target-arm/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 647b7b97d5..b5298fa70d 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -424,8 +424,6 @@ void armv7m_nvic_complete_irq(void *opaque, int irq); (((cp) << 16) | ((is64) << 15) | ((crn) << 11) | \ ((crm) << 7) | ((opc1) << 3) | (opc2)) -#define DECODE_CPREG_CRN(enc) (((enc) >> 7) & 0xf) - /* ARMCPRegInfo type field bits. If the SPECIAL bit is set this is a * special-behaviour cp reg and bits [15..8] indicate what behaviour * it has. Otherwise it is a simple cp reg, where CONST indicates that -- cgit v1.2.3