| version 1.586.2.1, 2007/02/07 12:51:44 |
version 1.586.2.2, 2007/02/07 12:53:10 |
| Line 1857 init386(paddr_t first_avail) |
|
| Line 1857 init386(paddr_t first_avail) |
|
| reqsz -= sz; |
reqsz -= sz; |
| if (msgbuf_p_cnt != VM_PHYSSEG_MAX) { |
if (msgbuf_p_cnt != VM_PHYSSEG_MAX) { |
| /* if still segments available, get memory from next one ... */ |
/* if still segments available, get memory from next one ... */ |
| sz = reqsz; |
sz = reqsz; |
| goto search_again; |
goto search_again; |
| } |
} |
| /* Warn if the message buffer had to be shrunk. */ |
/* Warn if the message buffer had to be shrunk. */ |
| printf("WARNING: %ld bytes not available for msgbuf " |
printf("WARNING: %ld bytes not available for msgbuf " |
| "in last cluster (%ld used)\n", (long)MSGBUFSIZE, MSGBUFSIZE - reqsz); |
"in last cluster (%ld used)\n", (long)MSGBUFSIZE, MSGBUFSIZE - reqsz); |
| } |
} |
| } |
} |
| |
|