Skip to content

Commit

Permalink
ARM: remove section handling TODO; no need for it
Browse files Browse the repository at this point in the history
We will never use sections anyway..
  • Loading branch information
Ithamar committed Sep 7, 2014
1 parent c53c1fa commit 6fb65b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/system/boot/arch/arm/arch_mmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ get_next_page_table(uint32 type)
size = ARM_MMU_L2_FINE_TABLE_SIZE;
entryCount = ARM_MMU_L2_FINE_ENTRY_COUNT;
break;
case ARM_MMU_L1_TYPE_SECTION:
// TODO: Figure out parameters for section types.
size = 16384;
break;
default:
panic("asked for unknown page table type: %#" B_PRIx32 "\n", type);
return NULL;
Expand Down

0 comments on commit 6fb65b9

Please sign in to comment.