Skip to content

Commit

Permalink
x86: MMU: Remove dead code from gen_mmu.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka authored and andrewboie committed Nov 3, 2017
1 parent 5ae79d0 commit 19fdc30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen_mmu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
read_buff = ''
raw_info = []

struct_mmu_regions_tuple = {"start_addr", "size", "permissions"}
mmu_region_details = namedtuple("mmu_region_details",
"pde_index page_entries_info")

Expand Down

0 comments on commit 19fdc30

Please sign in to comment.