Skip to content

Commit

Permalink
tool: remove commented lines
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jul 11, 2024
1 parent db6d2cf commit 4a56fba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tool/microkit/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,7 @@ fn get_arch_n_paging(region: MemoryRegion) -> u64 {
const PT_INDEX_OFFSET: u64 = 12;
const PD_INDEX_OFFSET: u64 = PT_INDEX_OFFSET + 9;
const PUD_INDEX_OFFSET: u64 = PD_INDEX_OFFSET + 9;
// const PGD_INDEX_OFFSET: u64 = PUD_INDEX_OFFSET + 9;

// get_n_paging(region, PGD_INDEX_OFFSET) +
get_n_paging(region, PUD_INDEX_OFFSET) + get_n_paging(region, PD_INDEX_OFFSET)
}

Expand Down

0 comments on commit 4a56fba

Please sign in to comment.