Removed bogus save of CMAP2.

This commit is contained in:
David Greenman 1994-08-19 22:49:42 +00:00
parent a41bb423b1
commit 27774cbbf4
3 changed files with 3 additions and 12 deletions

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */