mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/intc: sifive_plic: Drop PLICMode_H
H-mode has been removed since priv spec 1.10. Drop it. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20221211030829.802437-6-bmeng@tinylab.org> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
391eafebbc
commit
2904dc1c1e
2 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ DECLARE_INSTANCE_CHECKER(SiFivePLICState, SIFIVE_PLIC,
|
|||
typedef enum PLICMode {
|
||||
PLICMode_U,
|
||||
PLICMode_S,
|
||||
PLICMode_H,
|
||||
PLICMode_M
|
||||
} PLICMode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue