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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user