Deleted Added
full compact
66c66
< __FBSDID("$FreeBSD: head/sys/vm/vm_kern.c 128613 2004-04-24 20:53:55Z alc $");
---
> __FBSDID("$FreeBSD: head/sys/vm/vm_kern.c 129906 2004-05-31 21:46:06Z bmilekic $");
323,332d322
< if (map != kmem_map) {
< static int last_report; /* when we did it (in ticks) */
< if (ticks < last_report ||
< (ticks - last_report) >= hz) {
< last_report = ticks;
< printf("Out of mbuf address space!\n");
< printf("Consider increasing NMBCLUSTERS\n");
< }
< return (0);
< }