Peter Wemm wrote:
> Mike Silbersack wrote:
> > On Tue, 26 Feb 2002, Peter Wemm wrote:
> > > Mike Silbersack wrote:
> > > > Hm, sounds like UP got optimized out.
> > > Gah!  That would be a first. :(
> > Well, until I can build a working kernel, I'll just assume that it's a
> > feature.
> FWIW, turning off PG_G see_ms to help.  Change in pmap.c:
> #if !defined(SMP) || defined(ENABLE_PG_G)
> to:
> #if /*!defined(SMP) ||*/ defined(ENABLE_PG_G)
> and see how you go.  This got me past atkbd0, but it is a very worrying
> sign.  I now get a vnode related panic. :-(
> 
> I've reread the changes about 50 times now and cannot for the life of me
> see why it works for SMP but not UP.  I'm about ready to back it all out.

I believe I know what the problem is.  Turn off PG_PSE
using DISABLE_PSE in your config.

If that fixes it, back the code out.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to