removed unnecessary TLB flush

This commit is contained in:
Steffen Vogel 2014-08-21 22:26:19 +02:00
parent d190d4c46c
commit 84fb712308

View file

@ -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;
}