diff options
author | Huang Pei <huangpei@loongson.cn> | 2024-01-23 09:47:57 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-01-26 10:33:34 +0100 |
commit | abcabb9e30a1f9a69c76776f8abffc31c377b542 (patch) | |
tree | e6d713167c96ff9a1a75c302f4e5a0518deb38ca /arch/sparc/Makefile | |
parent | dd3c33ccbb8f0dc6a256dc55e7607569aea69721 (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 <tsbogend@alpha.franken.de>
Signed-off-by: Huang Pei <huangpei@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/sparc/Makefile')
0 files changed, 0 insertions, 0 deletions