From owner-freebsd-smp Wed Nov 20 12:49:30 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA04747 for smp-outgoing; Wed, 20 Nov 1996 12:49:30 -0800 (PST) Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA04741 for ; Wed, 20 Nov 1996 12:49:26 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.12/8.6.12) with SMTP id NAA26662; Wed, 20 Nov 1996 13:49:05 -0700 Message-Id: <199611202049.NAA26662@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: Peter Wemm cc: Chris Csanady , freebsd-smp@freebsd.org Subject: Re: vm_page_alloc(ZERO): missing pages... In-reply-to: Your message of "Thu, 21 Nov 1996 04:40:24 +0800." <199611202040.EAA12623@spinner.DIALix.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Nov 1996 13:49:05 -0700 Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, > Steve Passe wrote: > > Hi, > > > > > I'm not sure exactly what this means, but I get the following messages with > > > the current SMP kernel. This is with APIC_IO and APIC_LAZY defined.. > > > > > > vm_page_alloc(ZERO): missing pages on cache queue: 4 > > > vm_page_alloc(ZERO): missing pages on cache queue: 3 > > > vm_page_alloc(ZERO): missing pages on cache queue: 1 > > > vm_page_alloc(NORMAL): missing pages on cache queue: 1 > [..] > > Any vm experts out there who can give a generic description of this error, > > or what might cause it? > > Also, how much paging is taking place? Chris's dmesg show 32MB of memory, in the range we know causes trouble. --- > We are not propagating TLB flushes > to all cpu's yet (needs APIC IPI's to work). I thought that I had them working, i386/include/mpapic.h, i386/i386/mpapic.c: int apicIPI(); int selectedProcsIPI(); int allProcsIPI(); int allButSelfIPI(); int selfIPI(); If these aren't adequate and/or usable let me know and I'll get you what you need ASAP! -- Steve Passe | powered by smp@csn.net | FreeBSD -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.2 mQCNAzHe7tEAAAEEAM274wAEEdP+grIrV6UtBt54FB5ufifFRA5ujzflrvlF8aoE 04it5BsUPFi3jJLfvOQeydbegexspPXL6kUejYt2OeptHuroIVW5+y2M2naTwqtX WVGeBP6s2q/fPPAS+g+sNZCpVBTbuinKa/C4Q6HJ++M9AyzIq5EuvO0a8Rr9AAUR tBlTdGV2ZSBQYXNzZSA8c21wQGNzbi5uZXQ+ =ds99 -----END PGP PUBLIC KEY BLOCK-----