Remove a bogus assertion. in_vm86call may have been set by some unrelated
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 7 Sep 2007 19:31:30 +0000 (19:31 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 7 Sep 2007 19:31:30 +0000 (19:31 +0000)
commit1eba9ae7d0024ab190ad34a8cd4572d01b093f87
treea8ac1e01bd549c04d4295a72e540b3c233ae1475
parentcccc0b59b80cbac167b3ec63cd06566a2a83a56a
Remove a bogus assertion.  in_vm86call may have been set by some unrelated
thread.  We have to check that we are in an emulated 8086 mode before we
can assert that the MP lock is held.

Reported-by: Rumko <rumcic@gmail.com>
sys/platform/pc32/i386/trap.c