commit | 28bec94c7da29860c27394b1668afc85762db981 | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Wed Feb 05 11:36:12 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Wed Feb 12 10:01:55 2025 +0800 |
tree | b3eaab55295ee59516d5f83c4edeaafdf3cad116 | |
parent | 3754f985a8816a966b72da0ec8fb9e8a3cf689b9 [diff] |
hw/loongarch/virt: Set iocsr address space when CPU is created There is only one iocsr address space for the whole virt-machine board. When CPU is created, the one of percpu points to that of the board. Here set iocsr address space when CPU is created rather than IPI creation stage. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Bibo Mao <maobibo@loongson.cn>