projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2919a
)
sparc64: remove unused variables
author
Blue Swirl
<blauwirbel@gmail.com>
Sat, 24 Oct 2009 09:15:22 +0000
(09:15 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 24 Oct 2009 09:15:22 +0000
(09:15 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/sun4u.c
patch
|
blob
|
history
diff --git
a/hw/sun4u.c
b/hw/sun4u.c
index 20db986b7a3262559b26917b0328936da79871aa..0c7cea67d95b8eaa7ba5a0a0287c2e708881bdb4 100644
(file)
--- a/
hw/sun4u.c
+++ b/
hw/sun4u.c
@@
-337,9
+337,6
@@
void cpu_tick_set_limit(void *opaque, uint64_t limit)
ptimer_set_limit(opaque, -limit, 0);
}
-static const int parallel_io[MAX_PARALLEL_PORTS] = { 0x378, 0x278, 0x3bc };
-static const int parallel_irq[MAX_PARALLEL_PORTS] = { 7, 7, 7 };
-
static void ebus_mmio_mapfunc(PCIDevice *pci_dev, int region_num,
uint32_t addr, uint32_t size, int type)
{