In my porting effort to the ARM platform, I need a function that has the functionality of NetBSD's uvm_pglistalloc. This is needed because the L1 table of the StrongARM processor is four pages. These pages need to be allocated contiguously. I guess that I can probably acheive this goal by wrapping something around contigmalloc, but before I do so I just wanted to double check that there was no already available facilities that I had overlooked.
Thanks in advance! Steph To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message