Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 1996 23:44:30 +0000 ()
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        faubus@fastlane.net (James Faubus)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: sys_pipe.c
Message-ID:  <199602112344.XAA00337@dyson.iquest.net>
In-Reply-To: <311EACB6.167EB0E7@fastlane.net> from "James Faubus" at Feb 11, 96 08:57:58 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Just did a build w/ the Feb. 5, "current".
> The make world went ok, with only a few warnings, but the kernel compile
> stopped on an undefined "vm_fault_quick" function in 
> "sys_pipe.c" . I grep'd through the files and indeed there is no
> vm_fault_quick anywhere. 
> 
> I was able to get the kernel to build by commenting that line out, and
> so far the kernel runs. What's up, I just joined the current mailing
> list so if I missed out on this topic, please replay it for me.
> 
vm_fault_quick is in /sys/i386/i386/vm_machdep.c.  Remove the "static"
from each of the definitions in the file.  Things should work.  There
are severe bugs in the version of the new pipe code as of Feb 5.  Try
to get up-to-date so you can get some major bug fixes.

Good luck!!!
John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602112344.XAA00337>