Garbage-collect PMAP_ACTIVATE() call here; it's no longer necessary.

This commit is contained in:
thorpej 1998-01-06 07:49:36 +00:00
parent 3e7eb6c80a
commit 07f835de1f
6 changed files with 6 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.32 1997/10/11 06:38:45 scottr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.33 1998/01/06 07:49:36 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -87,8 +87,6 @@ cpu_fork(p1, p2)
savectx(curpcb);
*pcb = p1->p_addr->u_pcb;
PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);
/*
* Copy the trap frame, and arrange for the child to return directly
* through return_to_user().

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.13 1997/10/11 06:38:48 scottr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.14 1998/01/06 07:49:39 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -84,8 +84,6 @@ cpu_fork(p1, p2)
savectx(curpcb);
*pcb = p1->p_addr->u_pcb;
PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);
/*
* Copy the trap frame, and arrange for the child to return directly
* through return_to_user().

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.38 1997/10/11 06:38:49 scottr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.39 1998/01/06 07:49:41 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -85,8 +85,6 @@ cpu_fork(p1, p2)
savectx(curpcb);
*pcb = p1->p_addr->u_pcb;
PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);
/*
* Copy the trap frame, and arrange for the child to return directly
* through return_to_user().

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.25 1997/10/11 06:38:51 scottr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.26 1998/01/06 07:49:44 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -89,8 +89,6 @@ cpu_fork(p1, p2)
savectx(curpcb);
*pcb = p1->p_addr->u_pcb;
PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);
/*
* Copy the trap frame and arrange for the child to return directly
* through return_to_user().

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.9 1997/10/11 06:38:53 scottr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.10 1998/01/06 07:49:46 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -84,8 +84,6 @@ cpu_fork(p1, p2)
savectx(curpcb);
*pcb = p1->p_addr->u_pcb;
PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);
/*
* Copy the trap frame, and arrange for the child to return directly
* through return_to_user().

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.7 1997/10/11 06:38:55 scottr Exp $ */
/* $NetBSD: vm_machdep.c,v 1.8 1998/01/06 07:49:48 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -84,8 +84,6 @@ cpu_fork(p1, p2)
savectx(curpcb);
*pcb = p1->p_addr->u_pcb;
PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);
/*
* Copy the trap frame, and arrange for the child to return directly
* through return_to_user().