summaryrefslogtreecommitdiffstats
path: root/hw/alpha
diff options
context:
space:
mode:
authorBALATON Zoltan2022-09-17 13:51:36 +0200
committerPhilippe Mathieu-Daudé2022-10-31 11:32:07 +0100
commit8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9 (patch)
tree5d609d10b313abb421c0d688ac07968ba2ccafec /hw/alpha
parenthw/isa/vt82c686: Create rtc-time alias in boards instead (diff)
downloadqemu-8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9.tar.gz
qemu-8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9.tar.xz
qemu-8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9.zip
hw: Remove unused MAX_IDE_BUS define
Several machines have an unused MAX_IDE_BUS define. Remove it from these machines that don't need it. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220917115136.A32EF746E06@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/alpha')
-rw-r--r--hw/alpha/dp264.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/alpha/dp264.c b/hw/alpha/dp264.c
index f4349eba83..c502c8c62a 100644
--- a/hw/alpha/dp264.c
+++ b/hw/alpha/dp264.c
@@ -20,8 +20,6 @@
#include "qemu/datadir.h"
#include "net/net.h"
-#define MAX_IDE_BUS 2
-
static uint64_t cpu_alpha_superpage_to_phys(void *opaque, uint64_t addr)
{
if (((addr >> 41) & 3) == 2) {