mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
accel/tcg: Remove cpu_set_cpustate_pointers
This function is now empty, so remove it. In the case of m68k and tricore, this empties the class instance initfn, so remove those as well. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@@ -147,8 +147,6 @@ static void avr_cpu_initfn(Object *obj)
|
||||
{
|
||||
AVRCPU *cpu = AVR_CPU(obj);
|
||||
|
||||
cpu_set_cpustate_pointers(cpu);
|
||||
|
||||
/* Set the number of interrupts supported by the CPU. */
|
||||
qdev_init_gpio_in(DEVICE(cpu), avr_cpu_set_int,
|
||||
sizeof(cpu->env.intsrc) * 8);
|
||||
|
||||
Reference in New Issue
Block a user