aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/loongson64/numa.c
diff options
context:
space:
mode:
authorHuang Pei <[email protected]>2024-01-23 09:47:57 +0800
committerThomas Bogendoerfer <[email protected]>2024-01-26 10:33:34 +0100
commitabcabb9e30a1f9a69c76776f8abffc31c377b542 (patch)
treee6d713167c96ff9a1a75c302f4e5a0518deb38ca /arch/mips/loongson64/numa.c
parentdd3c33ccbb8f0dc6a256dc55e7607569aea69721 (diff)
MIPS: reserve exception vector space ONLY ONCE
"cpu_probe" is called both by BP and APs, but reserving exception vector (like 0x0-0x1000) called by "cpu_probe" need once and calling on APs is too late since memblock is unavailable at that time. So, reserve exception vector ONLY by BP. Suggested-by: Thomas Bogendoerfer <[email protected]> Signed-off-by: Huang Pei <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'arch/mips/loongson64/numa.c')
0 files changed, 0 insertions, 0 deletions