diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-09 08:42:19 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-09 08:42:19 +0000 |
commit | d9c3231019a0fbacbe15dcb26a0e3708b726af77 (patch) | |
tree | f00d2747772fbf49fcc46cefcd8f30bec97154a2 /hw/sun4u.c | |
parent | b2b6f6ec3996925ebc85e77c5ac31ff34e8783f6 (diff) |
Use qemu_irq for system_powerdown
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c index cede477cc7..59bcf64ebe 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -254,10 +254,6 @@ static void cpu_set_irq(void *opaque, int irq, int level) } } -void qemu_system_powerdown(void) -{ -} - typedef struct ResetData { CPUState *env; uint64_t reset_addr; |