diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-05 22:30:44 +0300 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-06 23:26:08 +0300 |
commit | 8de01da35e9dbbb4a9d1e9d5a37df98395dfa558 (patch) | |
tree | 5ff65e265b52538a3b0ca25d02dd3edb9502b594 /arch/x86/include/asm/pgtable_64.h | |
parent | a034a010f48bf49efe25098c16c16b9708ccbba5 (diff) | |
download | linux-8de01da35e9dbbb4a9d1e9d5a37df98395dfa558.tar.xz |
x86: unify pte_same
Impact: cleanup
Unify and demacro pte_same.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index 5906a41e8492..ff2571865bf7 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h @@ -134,8 +134,6 @@ static inline void native_pgd_clear(pgd_t *pgd) native_set_pgd(pgd, native_make_pgd(0)); } -#define pte_same(a, b) ((a).pte == (b).pte) - #endif /* !__ASSEMBLY__ */ #define PMD_SIZE (_AC(1, UL) << PMD_SHIFT) |