|
@@ -1,5 +1,5 @@
|
|
|
-#ifndef __ASM_SH_PGTABLE_PMD_H
|
|
|
-#define __ASM_SH_PGTABLE_PMD_H
|
|
|
+#ifndef __ASM_SH_PGTABLE_3LEVEL_H
|
|
|
+#define __ASM_SH_PGTABLE_3LEVEL_H
|
|
|
|
|
|
#include <asm-generic/pgtable-nopud.h>
|
|
|
|
|
@@ -53,4 +53,4 @@ static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address)
|
|
|
*/
|
|
|
#define set_pud(pudptr, pudval) do { *(pudptr) = (pudval); } while(0)
|
|
|
|
|
|
-#endif /* __ASM_SH_PGTABLE_PMD_H */
|
|
|
+#endif /* __ASM_SH_PGTABLE_3LEVEL_H */
|