hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()
commit0009b4f32ea103b44ea3d61f515b5ff2d5dfc031
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 21 Feb 2020 16:20:11 +0000 (21 17:20 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 27 Feb 2020 13:18:31 +0000 (27 14:18 +0100)
treecdc46bb25fac62a52a2d4b07a28ff80f73975eba
parent134f7f7da12aad99daafbeb2a7ba9dbc6bd40abc
hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()

Since commit d8ed887bdc, the cpu_mips_irq_request handler takes
a pointer to MIPSCPU in its opaque argument.  Directly pass the
cpu pointer.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20200221162011.26383-1-philmd@redhat.com>
hw/mips/mips_int.c