K 10 svn:author V 3 kib K 8 svn:date V 27 2009-06-24T16:52:30.087173Z K 7 svn:log V 380 Unbreak sparc64 after the swap accounting changes: mark kernel_map entries allocated for translations in pmap_init() as MAP_NOFAULT. This prevents vm_map_insert from trying to account the entries for swap usage, that is both wrong and too early to work. While there, change FALSE to VMFS_NO_SPACE. Reported and tested by: Florian Smeets Reviewed by: marius END