[PATCH v2 11/20] ARM: LPAE: Add fault handling support
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon Nov 22 08:15:46 EST 2010
On Fri, Nov 12, 2010 at 06:00:31PM +0000, Catalin Marinas wrote:
> @@ -108,7 +113,9 @@ void show_pte(struct mm_struct *mm, unsigned long addr)
>
> pte = pte_offset_map(pmd, addr);
> printk(", *pte=%08lx", pte_val(*pte));
> +#ifndef CONFIG_ARM_LPAE
> printk(", *ppte=%08lx", pte_val(pte[-LINUX_PTE_OFFSET]));
> +#endif
This is an unrelated change - should it be in a different patch?
More information about the linux-arm-kernel
mailing list