Date: Mon, 8 Mar 1999 14:29:47 -0600 From: Alan Cox <alc@cs.rice.edu> To: Charles Henrich <henrich@flnet.com> Cc: Mike Smith <mike@smith.net.au>, freebsd-hackers@freebsd.org, freebsd-smp@freebsd.org Subject: Re: Erorr: isa_dmainit(2, 1024) failed Message-ID: <19990308142947.A471@nonpc.cs.rice.edu> In-Reply-To: <19990308101059.50251@orbit.flnet.com>; from Charles Henrich on Mon, Mar 08, 1999 at 10:10:59AM -0800 References: <19990308094100.14836@orbit.flnet.com> <199903081740.JAA06967@dingo.cdrom.com> <19990308101059.50251@orbit.flnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Charles, Please try the following simpler patch. It should accomplish the same thing as Tor's patch. Replace the TAILQ_INSERT_TAIL in vm_page_startup (in vm_page.c) with a TAILQ_INSERT_HEAD. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990308142947.A471>