This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-arm / pgtable.h
index 14ac954..c561da3 100644 (file)
@@ -312,13 +312,6 @@ PTE_BIT_FUNC(mkyoung,   |= L_PTE_YOUNG);
                flush_pmd_entry(pmdp);  \
        } while (0)
 
-#define copy_pmd(pmdpd,pmdps)          \
-       do {                            \
-               pmdpd[0] = pmdps[0];    \
-               pmdpd[1] = pmdps[1];    \
-               flush_pmd_entry(pmdpd); \
-       } while (0)
-
 #define pmd_clear(pmdp)                        \
        do {                            \
                pmdp[0] = __pmd(0);     \