We neglected to update MAINTAINERS when we merged linux-user/host/riscv32/ and linux-user/host/riscv32/ into linux-user/host/riscv/. The files since moved to linux linux-user/include/host/riscv64/, which is covered by "Linux user". Good enough; drop the stale lines. Matches the other targets.
Fixes: ba0e733362 (configure: Merge riscv32 and riscv64 host architectures, 2021-09-17) Cc: Palmer Dabbelt <[email protected]> Cc: Alistair Francis <[email protected]> Cc: Weiwei Li <[email protected]> Cc: Daniel Henrique Barboza <[email protected]> Cc: Liu Zhiwei <[email protected]> Cc: Chao Liu <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index af76d9544d..366fc6c257 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -361,8 +361,6 @@ F: hw/riscv/ F: hw/intc/riscv* F: include/hw/char/riscv_htif.h F: include/hw/riscv/ -F: linux-user/host/riscv32/ -F: linux-user/host/riscv64/ F: common-user/host/riscv* F: tests/functional/riscv32 F: tests/functional/riscv64 -- 2.54.0
