mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/mips/loongson3_virt: Propagate processor_id to init_loongson_params()
Remove one &first_cpu use in hw/mips/loongson3_bootp.c. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250115232952.31166-10-philmd@linaro.org>
This commit is contained in:
parent
18271b5357
commit
7eb372cc8b
3 changed files with 4 additions and 4 deletions
|
@ -233,7 +233,7 @@ enum {
|
|||
|
||||
extern const MemMapEntry virt_memmap[];
|
||||
void init_loongson_params(struct loongson_params *lp, void *p,
|
||||
uint32_t cpu_count,
|
||||
uint32_t cpu_count, uint32_t processor_id,
|
||||
uint64_t cpu_freq, uint64_t ram_size);
|
||||
void init_reset_system(struct efi_reset_system_t *reset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue