TLB: Fix serialization issues with the tlb entries and make the page table store the process, not the system.
--HG-- extra : convert_revision : 2421af11f62f60fb48faeee6bddadac2987df0e8
This commit is contained in:
@@ -125,7 +125,7 @@ Process::Process(ProcessParams * params)
|
||||
|
||||
mmap_start = mmap_end = 0;
|
||||
nxm_start = nxm_end = 0;
|
||||
pTable = new PageTable(system);
|
||||
pTable = new PageTable(this);
|
||||
// other parameters will be initialized when the program is loaded
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user