M68K: Account for extra parameter to create_area_etc()
Would have been nice to also fix 68k code... just sayin.
This commit is contained in:
@@ -275,7 +275,7 @@ M68KPagingMethod040::PhysicalPageSlotPool::AllocatePool(
|
|||||||
physical_address_restrictions physicalRestrictions = {};
|
physical_address_restrictions physicalRestrictions = {};
|
||||||
area_id dataArea = create_area_etc(B_SYSTEM_TEAM, "physical page pool",
|
area_id dataArea = create_area_etc(B_SYSTEM_TEAM, "physical page pool",
|
||||||
PAGE_ALIGN(areaSize), B_FULL_LOCK,
|
PAGE_ALIGN(areaSize), B_FULL_LOCK,
|
||||||
B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA, CREATE_AREA_DONT_WAIT,
|
B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA, CREATE_AREA_DONT_WAIT, 0,
|
||||||
&virtualRestrictions, &physicalRestrictions, &data);
|
&virtualRestrictions, &physicalRestrictions, &data);
|
||||||
if (dataArea < 0)
|
if (dataArea < 0)
|
||||||
return dataArea;
|
return dataArea;
|
||||||
|
|||||||
Reference in New Issue
Block a user