From: Bin Meng Date: Sun, 11 Dec 2022 03:08:18 +0000 (+0800) Subject: hw/riscv: spike: Remove misleading comments X-Git-Tag: v8.0.0~148^2~11 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=391eafebbc76a461c6ec6f10b0bcd9772e43b8f8;p=mirror_qemu.git hw/riscv: spike: Remove misleading comments PLIC is not included in the 'spike' machine. Signed-off-by: Bin Meng Reviewed-by: Wilfred Mallawa Reviewed-by: Alistair Francis Message-Id: <20221211030829.802437-5-bmeng@tinylab.org> Signed-off-by: Alistair Francis --- diff --git a/hw/riscv/spike.c b/hw/riscv/spike.c index 1e1d752c00..13946acf0d 100644 --- a/hw/riscv/spike.c +++ b/hw/riscv/spike.c @@ -8,7 +8,6 @@ * * 0) HTIF Console and Poweroff * 1) CLINT (Timer and IPI) - * 2) PLIC (Platform Level Interrupt Controller) * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License,