Re: [PATCH] fill in missing pv_mmu_ops entries for PAGETABLE_LEVELS>= 3

From: Jeremy Fitzhardinge
Date: Mon Jan 21 2008 - 16:19:55 EST


Eduardo Pereira Habkost wrote:
+ .pud_clear = native_pud_clear,

On the patches I will send, pud_clear() and pgd_clear() aren't present
on pv_mmu_ops and are implemented using set_pud() and set_pgd().

Actually, I changed my mind on that. pud_clear needs special handling with 32-bit PAE, so I'd prefer to keep it a separate operation.

J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/