ARM: remove section handling TODO; no need for it
We will never use sections anyway..
This commit is contained in:
@@ -273,10 +273,6 @@ get_next_page_table(uint32 type)
|
|||||||
size = ARM_MMU_L2_FINE_TABLE_SIZE;
|
size = ARM_MMU_L2_FINE_TABLE_SIZE;
|
||||||
entryCount = ARM_MMU_L2_FINE_ENTRY_COUNT;
|
entryCount = ARM_MMU_L2_FINE_ENTRY_COUNT;
|
||||||
break;
|
break;
|
||||||
case ARM_MMU_L1_TYPE_SECTION:
|
|
||||||
// TODO: Figure out parameters for section types.
|
|
||||||
size = 16384;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
panic("asked for unknown page table type: %#" B_PRIx32 "\n", type);
|
panic("asked for unknown page table type: %#" B_PRIx32 "\n", type);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user