sh: magicpanelr2 and dreamcast can use the generic I/O base.
There is now no need for the magicpanelr2 and dreamcast platforms to set their own I/O port bas values, given that the generic machvec code now sets this to P2SEG for everyone. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -42,8 +42,6 @@ static void __init dreamcast_setup(char **cmdline_p)
|
||||
/* Acknowledge any previous events */
|
||||
/* XXX */
|
||||
|
||||
__set_io_port_base(0xa0000000);
|
||||
|
||||
/* Assign all virtual IRQs to the System ASIC int. handler */
|
||||
for (i = HW_EVENT_IRQ_BASE; i < HW_EVENT_IRQ_MAX; i++)
|
||||
set_irq_chip_and_handler(i, &systemasic_int,
|
||||
|
Reference in New Issue
Block a user