Skip to content
Snippets Groups Projects
  • Jacob Lorentzon's avatar
    56312159
    Fix running on multi_core. · 56312159
    Jacob Lorentzon authored
    Turns out the problem all along was that the ActivePageTable was never
    dropped in usermode_bootstrap. So as soon as any other hardware thread
    tried to do page table business, it deadlocked!
    Verified
    56312159
    History
    Fix running on multi_core.
    Jacob Lorentzon authored
    Turns out the problem all along was that the ActivePageTable was never
    dropped in usermode_bootstrap. So as soon as any other hardware thread
    tried to do page table business, it deadlocked!
ptrace.rs 15.23 KiB