We no longer need the old hack for allocating the u-area on the i386.

This commit is contained in:
mycroft 1996-02-18 22:53:43 +00:00
parent f9596bfc43
commit 8d110517c8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_glue.c,v 1.52 1996/02/12 21:51:59 christos Exp $ */
/* $NetBSD: vm_glue.c,v 1.53 1996/02/18 22:53:43 mycroft Exp $ */
/*
* Copyright (c) 1991, 1993
@ -227,7 +227,7 @@ vm_fork(p1, p2)
shmfork(p1, p2);
#endif
#if !defined(i386) && !defined(pc532)
#if !defined(pc532)
/*
* Allocate a wired-down (for now) pcb and kernel stack for the process
*/