mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Removed bogus save of CMAP2.
This commit is contained in:
parent
a41bb423b1
commit
27774cbbf4
3 changed files with 3 additions and 12 deletions
|
|
@ -33,7 +33,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: swtch.s,v 1.8 1994/08/03 02:45:30 davidg Exp $
|
||||
* $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h" /* for NNPX */
|
||||
|
|
@ -387,9 +387,6 @@ ENTRY(savectx)
|
|||
1:
|
||||
#endif /* NNPX > 0 */
|
||||
|
||||
movl _CMAP2,%edx /* save temporary map PTE */
|
||||
movl %edx,PCB_CMAP2(%ecx) /* in our context */
|
||||
|
||||
cmpl $0,8(%esp)
|
||||
je 1f
|
||||
movl %esp,%edx /* relocate current sp relative to pcb */
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: swtch.s,v 1.8 1994/08/03 02:45:30 davidg Exp $
|
||||
* $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h" /* for NNPX */
|
||||
|
|
@ -387,9 +387,6 @@ ENTRY(savectx)
|
|||
1:
|
||||
#endif /* NNPX > 0 */
|
||||
|
||||
movl _CMAP2,%edx /* save temporary map PTE */
|
||||
movl %edx,PCB_CMAP2(%ecx) /* in our context */
|
||||
|
||||
cmpl $0,8(%esp)
|
||||
je 1f
|
||||
movl %esp,%edx /* relocate current sp relative to pcb */
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: swtch.s,v 1.8 1994/08/03 02:45:30 davidg Exp $
|
||||
* $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h" /* for NNPX */
|
||||
|
|
@ -387,9 +387,6 @@ ENTRY(savectx)
|
|||
1:
|
||||
#endif /* NNPX > 0 */
|
||||
|
||||
movl _CMAP2,%edx /* save temporary map PTE */
|
||||
movl %edx,PCB_CMAP2(%ecx) /* in our context */
|
||||
|
||||
cmpl $0,8(%esp)
|
||||
je 1f
|
||||
movl %esp,%edx /* relocate current sp relative to pcb */
|
||||
|
|
|
|||
Loading…
Reference in a new issue