Andriy Gapon a9b89cf1c1 vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup
vm_page_startup uses MSGBUF_SIZE value for adding msgbuf pages to minidump.
If opt_msgbuf.h is not included and MSGBUF_SIZE is overriden in kernel
config, then not all msgbuf pages will be dumped.  And most importantly,
struct msgbuf itself will not be included.  Thus the dump would look
corrupted/incomplete to tools like kgdb, dmesg, etc that try to access
struct msgbuf as one of the first things they do when working on a crash
dump.

MFC after:	5 days
2010-09-03 10:40:53 +00:00
..
2010-08-06 23:11:19 +00:00
2010-07-23 11:00:46 +00:00
2010-07-12 10:18:10 +00:00
2010-09-01 05:34:17 +00:00
2010-08-19 16:41:27 +00:00
2010-06-02 17:27:23 +00:00
2010-09-02 16:11:12 +00:00
2010-08-02 22:26:08 +00:00
2010-09-02 17:43:44 +00:00
2010-09-02 17:43:44 +00:00
2010-05-24 16:27:47 +00:00
2010-08-19 16:41:27 +00:00
2010-02-21 01:12:18 +00:00