From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Sat, 08 Nov 2003 07:10:29 +0000 Subject: Re: Problem with accessing page tables Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Sat, 8 Nov 2003 09:46:38 +0530, "Ameya Mitragotri" said: >>> pmd = pmd_offset(pgd, address); <<< Ameya> One of the checks below fails because the call pmd_offset gives pmd Ameya> With value o. That means the PTE directory hasn't been allocated yet. Perfectly normal for memory that hasn't been accessed yet. --david