Don't call vm_map_findspace() when MAP_TRYFIXED is specified.
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Apr 2009 22:18:10 +0000 (15:18 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Apr 2009 22:18:10 +0000 (15:18 -0700)
commitcadb984bf2529c6bb262250bd3ac9f41193cded7
tree798c5acb4c3926fadae751aaabd3818ec89a7faa
parent5a307eebcf06dc1126e05f11715913f31ac6b3fa
Don't call vm_map_findspace() when MAP_TRYFIXED is specified.

MAP_TRYFIXED is intended to return the requested address or an error.
sys/vm/vm_map.c