summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-07-29 06:48:26 +0000
committermsmith <msmith@FreeBSD.org>1999-07-29 06:48:26 +0000
commit2b81d6a6ed8ce2d7a9addd9920289b836b5a825d (patch)
tree7da5c320885e68bf10690f0b7fd3a9cc7094c428 /sys/amd64
parent6136b590e000bb04b161357b7b967285e6a88306 (diff)
downloadFreeBSD-src-2b81d6a6ed8ce2d7a9addd9920289b836b5a825d.zip
FreeBSD-src-2b81d6a6ed8ce2d7a9addd9920289b836b5a825d.tar.gz
Fix for vmspace sharing as per Alan Cox. Thanks!
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/bios.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c
index 82afa3f..2367d04 100644
--- a/sys/amd64/amd64/bios.c
+++ b/sys/amd64/amd64/bios.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.c,v 1.12 1999/03/16 21:11:28 msmith Exp $
+ * $Id: bios.c,v 1.13 1999/07/29 01:49:17 msmith Exp $
*/
/*
@@ -385,11 +385,7 @@ bios16(struct bios_args *args, char *fmt, ...)
args->seg.code32.limit = 0xffff;
ptd = (u_int *)rcr3();
-#ifdef SMP
- if (ptd == my_idlePTD)
-#else
if (ptd == IdlePTD)
-#endif
{
/*
* no page table, so create one and install it.
OpenPOWER on IntegriCloud