shuffler: use lss for real-mode return in simple_pm_call
authorH. Peter Anvin <hpa@zytor.com>
Wed, 1 Apr 2009 06:04:40 +0000 (23:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 1 Apr 2009 06:04:40 +0000 (23:04 -0700)
commitddeabf1708a8cf70a190f5db6584233c4c8a5f60
treeb217eec792c1d3d93ceb2be1d0d46c4a32e37742
parent30e78cc68604067eecfc389b8a08970a1a5b6425
shuffler: use lss for real-mode return in simple_pm_call

Instead of doing weird stuff with BP and the stack, just do an atomic
reload of SS:ESP by using the LSS instruction.
core/bcopy32.inc