The following reply was made to PR kern/161887; it has been noted by GNATS.
From: Andriy Gapon <[email protected]> To: Penta Upa <[email protected]> Cc: [email protected] Subject: Re: kern/161887: [vm] [panic] panic at vm_page_wire with FreeBSD 9.0 Beta 3 [regression] Date: Wed, 02 Nov 2011 11:42:59 +0200 on 30/10/2011 19:11 Penta Upa said the following: > Ok :-) Would including any specific header, tweaks to the Makefile make it > work > it for me. My target environment will be release version of FreeBSD on amd64. > For example 9.0 release and it would never be a custom built kernel. > > Or moving the module to /usr/src/sys/modules and building from there be the > safest way. Unfortunately I do not have a good answer for you. Ideally, this issue should be fixed somewhere on vm_page.h side. Merely moving your module sources into /usr/src/sys/modules won't change anything. The only workaround I know at the moment is to build the module as a part of kernel build (make buildkernel). -- Andriy Gapon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
