[PATCH v7 041/104] tests/tcg/aarch64/system/gpc-test.c: remove unused variables
Pierrick Bouvier <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
Tested-by: Alex Bennée <[email protected]> Tested-by: Aniket Sahu <[email protected]> Signed-off-by: Pierrick Bouvier <[email protected]> --- tests/tcg/aarch64/system/gpc-test.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/tcg/aarch64/system/gpc-test.c b/tests/tcg/aarch64/system/gpc-test.c index f26b23efafe..0ce0ffea277 100644 --- a/tests/tcg/aarch64/system/gpc-test.c +++ b/tests/tcg/aarch64/system/gpc-test.c @@ -28,7 +28,6 @@ const uint32_t gpis_per_64_bits = 16; int main(uint64_t sp) { - uint64_t out; uint64_t pfr0; uint64_t gpt_base; uint64_t rme_status; @@ -38,10 +37,6 @@ int main(uint64_t sp) uint64_t gpt_table0_addr = (uint64_t) realms_gpt0; uint64_t gpt_table1_addr = (uint64_t) realms_gpt1; - /* Mask is FNG1, FNG0, and A2 */ - const uint64_t feature_mask = (1ULL << 18 | 1ULL << 17 | 1ULL << 16); - const uint64_t in = feature_mask; - get_sys_reg("CurrentEL", currentel_raw); currentel = (currentel_raw >> 2) & 0x3; -- 2.43.0