mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
[sfrench/cifs-2.6.git] / arch / parisc / include / asm / pgtable.h
index 3033bb88df346e5347b323cd3594d8a0cb6e38e5..e2950f5db7c9cf621f1409dc532d2c86591df759 100644 (file)
@@ -422,7 +422,6 @@ extern void paging_init (void);
 #define __pte_to_swp_entry(pte)                ((swp_entry_t) { pte_val(pte) })
 #define __swp_entry_to_pte(x)          ((pte_t) { (x).val })
 
-#define __HAVE_ARCH_PTE_SWP_EXCLUSIVE
 static inline int pte_swp_exclusive(pte_t pte)
 {
        return pte_val(pte) & _PAGE_SWP_EXCLUSIVE;