removed unnecessary TLB flush
This commit is contained in:
parent
d190d4c46c
commit
84fb712308
1 changed files with 0 additions and 3 deletions
|
@ -228,8 +228,5 @@ int page_init()
|
|||
page_map(VIDEO_MEM_ADDR, VIDEO_MEM_ADDR, 1, PG_PCD | PG_PRESENT | PG_RW);
|
||||
#endif
|
||||
|
||||
// flush TLB to apply new mappings
|
||||
flush_tlb();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue