Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a1e008a authored by Yinghai Lu's avatar Yinghai Lu Committed by H. Peter Anvin
Browse files

x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA



Due to recent changes wakeup and mptable, we run out of early
reservations on 32-bit NUMA.  Thus, adjust the available number.

Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
LKML-Reference: <4B22D754.2020706@kernel.org>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 32996250
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -724,7 +724,7 @@ core_initcall(e820_mark_nvs_memory);
/*
 * Early reserved memory areas.
 */
#define MAX_EARLY_RES 20
#define MAX_EARLY_RES 32

struct early_res {
	u64 start, end;