In linux_heap_malloc, use the MAP_FIXED flag to force the kernel to
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Mar 1997 02:06:08 +0000 (02:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Mar 1997 02:06:08 +0000 (02:06 +0000)
commit73f53a922d66d506d45918c5c8f805eb60c6df39
treef1ddd0cce9ddb71d8006c8e8fed7089251d162f0
parenteceb01dd6ac3ed0d49f6f8f64b27dcc2fb9c9430
In linux_heap_malloc, use the MAP_FIXED flag to force the kernel to
provide the page at the given address.  Version 1.2 kernels ignore the
"start address" argument if this flag is unspecified.
v7/src/microcode/ux.c