From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Tue, 22 Feb 2005 21:38:42 +0000 Subject: Re: [patch -mm series] ia64 specific /dev/mem handlers Message-Id: List-Id: References: <16923.193.128608.607599@jaguar.mkp.net> <20050222020309.4289504c.akpm@osdl.org> <20050222175225.GK28741@parcelfarce.linux.theplanet.co.uk> <20050222112513.4162860d.akpm@osdl.org> <1109100938.25666.44.camel@localhost> In-Reply-To: <1109100938.25666.44.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dave Hansen Cc: Andrew Morton , Matthew Wilcox , linux-ia64@vger.kernel.org, Linux Kernel Mailing List >>>>> "Dave" = Dave Hansen writes: Dave> I was talking with Nigel Cunningham about doing something a Dave> little different from the classic page flag bits when the number Dave> of users is restricted and performance isn't ultra-critical. Dave> Would something like this work for you, instead of using a real Dave> page->flags bit for PG_cached? Just took a quick look at this and it looks a bit heavy for our use. We are only looking at a small number of pages. However I could imagine future cases where performance may be more critical. Cheers, Jes