Remove debugging
This commit is contained in:
parent
33e098c124
commit
53a5a9188a
4 changed files with 4 additions and 26 deletions
|
@ -96,7 +96,5 @@ impl Context {
|
|||
|
||||
// Unset global lock, set inside of kernel
|
||||
CONTEXT_SWITCH_LOCK.store(false, Ordering::SeqCst);
|
||||
|
||||
asm!("xchg bx, bx" : : : : "intel", "volatile");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue