Files
linux/arch
Huang Pei a883574cc2 MIPS: reserve exception vector space ONLY ONCE
[ Upstream commit abcabb9e30 ]

"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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-01 13:41:35 +01:00
..
2024-03-01 13:41:35 +01:00
2024-02-16 19:14:25 +01:00
2024-02-23 09:51:39 +01:00