From f3bcd45f45e42a7479836788a84c5779e6db4be6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 19 Jan 1994 18:59:55 +0000 Subject: Formerly object-init.c.~4~ --- libpager/object-init.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libpager/object-init.c b/libpager/object-init.c index 3d78199e..22d3b665 100644 --- a/libpager/object-init.c +++ b/libpager/object-init.c @@ -15,6 +15,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "priv.h" +#include "memory_object.h" +#include + /* This is called by a kernel to initialize the memory object; this routine is a dual of seqnos_memory_object_terminate. */ kern_return_t @@ -46,8 +50,6 @@ _pager_seqnos_memory_object_init (mach_port_t object, p->memobjcntl = control; p->memobjname = name; - if (p->pagemap || p->pagemapsize) - panic ("pagemap failure"); /* Tell the kernel we're ready */ /* XXX Don't cache for now. */ -- cgit v1.2.3