diff options
Diffstat (limited to 'sys/vm/vm_kern.c')
-rw-r--r-- | sys/vm/vm_kern.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 3fb10ab..7bdcd72 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -336,11 +336,9 @@ kmem_malloc(map, size, flags) } return (0); } -#if 0 if ((flags & M_NOWAIT) == 0) panic("kmem_malloc(%ld): kmem_map too small: %ld total allocated", (long)size, (long)map->size); -#endif return (0); } offset = addr - VM_MIN_KERNEL_ADDRESS; |