|
@@ -145,12 +145,6 @@ static inline pte_t native_ptep_get_and_clear(pte_t *ptep)
|
|
#define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
|
#define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#define __HAVE_ARCH_PTE_SAME
|
|
|
|
-static inline int pte_same(pte_t a, pte_t b)
|
|
|
|
-{
|
|
|
|
- return a.pte_low == b.pte_low && a.pte_high == b.pte_high;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Bits 0, 6 and 7 are taken in the low part of the pte,
|
|
* Bits 0, 6 and 7 are taken in the low part of the pte,
|
|
* put the 32 bits of offset into the high part.
|
|
* put the 32 bits of offset into the high part.
|