openfirmware: synchronize number of memory range with bios and efi

It was bumped for bios and efi from previously very low values, but
other architectures did not follow.

Change-Id: I6ce92e2cdb0261d4d0637753e77d555d407073fc
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3575
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2020-12-31 02:58:10 +00:00
committed by waddlesplash
parent baca34bee5
commit 19024bc416
@@ -13,8 +13,8 @@
#define SMP_MAX_CPUS 1
// TODO: Until inline kernel atomic code for ppc is fixed
#define MAX_PHYSICAL_MEMORY_RANGE 4
#define MAX_PHYSICAL_ALLOCATED_RANGE 8
#define MAX_PHYSICAL_MEMORY_RANGE 32
#define MAX_PHYSICAL_ALLOCATED_RANGE 32
#define MAX_VIRTUAL_ALLOCATED_RANGE 32