[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 3/5] hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()
From: |
Peter Maydell |
Subject: |
[PULL 3/5] hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid() |
Date: |
Tue, 30 Mar 2021 14:25:53 +0100 |
From: Zenghui Yu <yuzenghui@huawei.com>
They were introduced in commit 9bde7f0674fe ("hw/arm/smmuv3: Implement
translate callback") but never actually used. Drop them.
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20210325142702.790-1-yuzenghui@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
hw/arm/smmuv3-internal.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/hw/arm/smmuv3-internal.h b/hw/arm/smmuv3-internal.h
index b6f7e53b7c7..3dac5766ca3 100644
--- a/hw/arm/smmuv3-internal.h
+++ b/hw/arm/smmuv3-internal.h
@@ -595,13 +595,6 @@ static inline int pa_range(STE *ste)
#define CD_A(x) extract32((x)->word[1], 14, 1)
#define CD_AARCH64(x) extract32((x)->word[1], 9 , 1)
-#define CDM_VALID(x) ((x)->word[0] & 0x1)
-
-static inline int is_cd_valid(SMMUv3State *s, STE *ste, CD *cd)
-{
- return CD_VALID(cd);
-}
-
/**
* tg2granule - Decodes the CD translation granule size field according
* to the ttbr in use
--
2.20.1
- [PULL 0/5] target-arm queue, Peter Maydell, 2021/03/30
- [PULL 2/5] hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize(), Peter Maydell, 2021/03/30
- [PULL 4/5] target/arm: Make number of counters in PMCR follow the CPU, Peter Maydell, 2021/03/30
- [PULL 1/5] net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not set, Peter Maydell, 2021/03/30
- [PULL 5/5] hw/timer/renesas_tmr: Add default-case asserts in read_tcnt(), Peter Maydell, 2021/03/30
- [PULL 3/5] hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid(),
Peter Maydell <=
- Re: [PULL 0/5] target-arm queue, Peter Maydell, 2021/03/30