Re: [Qemu-devel] [PATCH v11 4/6] arm: add secondary cpu book callbacks to arm_boot.c

2012-01-19 Thread Peter Maydell
On 19 January 2012 15:43, Mark Langsdorf wrote: > Re: [PATCH v11 4/6] arm: add secondary cpu book callbacks to arm_boot.c Subject should say 'boot', not 'book'... > Create two functions, write_secondary_boot() and secondary_cpu_reset_hook(), > to allow platforms more control of how secondary CPU

[Qemu-devel] [PATCH v11 4/6] arm: add secondary cpu book callbacks to arm_boot.c

2012-01-19 Thread Mark Langsdorf
Create two functions, write_secondary_boot() and secondary_cpu_reset_hook(), to allow platforms more control of how secondary CPUs are brought up. The new functions default to NULL and aren't called unless they are populated so there are no changes to existing platform models. Signed-off-by: Mark