diff options
author | Richard Henderson <rth@twiddle.net> | 2011-08-11 16:07:15 -0700 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-10-02 16:14:01 +0200 |
commit | 2ff0c7c3c2251e7e81e90c9556dda64261d033ec (patch) | |
tree | 791a469ab1711680cb100170f1b4fd76d3117353 /hw/virtex_ml507.c | |
parent | fb50cfe44dbff7be1489c5ecf5428aabd401f2e0 (diff) |
serial: Remove ioregister parameter from serial_mm_init
All callers passed 1.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/virtex_ml507.c')
-rw-r--r-- | hw/virtex_ml507.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtex_ml507.c b/hw/virtex_ml507.c index a4721e38be..8c52a0684d 100644 --- a/hw/virtex_ml507.c +++ b/hw/virtex_ml507.c @@ -227,7 +227,7 @@ static void virtex_init(ram_addr_t ram_size, } serial_mm_init(0x83e01003ULL, 2, irq[9], 115200, serial_hds[0], - 1, DEVICE_LITTLE_ENDIAN); + DEVICE_LITTLE_ENDIAN); /* 2 timers at irq 2 @ 62 Mhz. */ xilinx_timer_create(0x83c00000, irq[3], 2, 62 * 1000000); |