#ifdef out pmap_bootstrap_alloc() for now.

This commit is contained in:
mycroft 1994-05-20 10:35:16 +00:00
parent 29da7efedd
commit c720dfd781

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.5 (Berkeley) 5/10/91
* $Id: pmap.c,v 1.8 1994/05/17 10:33:21 cgd Exp $
* $Id: pmap.c,v 1.9 1994/05/20 10:35:16 mycroft Exp $
*/
/*
@ -319,6 +319,7 @@ pmap_bootstrap(firstaddr, loadaddr)
#endif
}
#ifdef notyet
/*
* Bootstrap memory allocator. This function allows for early dynamic
* memory allocation until the virtual memory system has been bootstrapped.
@ -349,6 +350,7 @@ pmap_bootstrap_alloc(size)
bzero((caddr_t) val, size);
return ((void *) val);
}
#endif
/*
* Initialize the pmap module.