Re: [PATCH 10 of 13] Change pte_clear_full to a more appropriately named pte_clear_not_present,

From: Andi Kleen
Date: Tue Aug 01 2006 - 17:48:15 EST



> -#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
-
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/