From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hiroyuki KAMEZAWA Date: Thu, 07 Oct 2004 23:38:24 +0000 Subject: Re: [RFC/PATCH] pfn_valid() more generic : arch independent part[0/2] Message-Id: <4165D370.1090208@jp.fujitsu.com> List-Id: References: <4164E20D.5020400@jp.fujitsu.com> <1248570000.1097159887@[10.10.2.4]> In-Reply-To: <1248570000.1097159887@[10.10.2.4]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Martin J. Bligh" Cc: "Luck, Tony" , LinuxIA64 , linux-mm Martin J. Bligh wrote: > The normal way to fix the above is just to have a bitmap array to test - > in your case a 1GB granularity would be sufficicent. That takes < 1 word > to implement for the example above ;-) > > M. > Although I don't like a page fault, I now understand it doesn't often happen. I'd like to use current implementation. Thanks Kame