> -#ifndef __HAVE_ARCH_PTE_CLEAR_FULL > -#define pte_clear_full(__mm, __address, __ptep, __full) \ > +#ifndef __HAVE_ARCH_PTE_CLEAR_NOT_PRESENT_FULL > +#define pte_clear_not_present_full(__mm, __address, __ptep, __full) \ > do { \ > pte_clear((__mm), (__address), (__ptep)); \ > } while (0) Needs comments I guess -Andi