diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-25 22:40:29 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-25 22:40:29 (GMT) |
commit | e8a2eb47e6ca03d4a4f98f0beef73720c5dddc0c (patch) | |
tree | 31c4d7718111abddfaaa8d3fb14ab4a7e2554cd9 /arch/frv/include/asm/pgtable.h | |
parent | 8b5a10fc6fd02289ea03480f93382b1a99006142 (diff) | |
parent | c62e43202e7cf50ca24bce58b255df7bf5de69d0 (diff) | |
download | linux-fsl-qoriq-e8a2eb47e6ca03d4a4f98f0beef73720c5dddc0c.tar.xz |
Merge commit 'origin/x86/urgent' into x86/asm
Diffstat (limited to 'arch/frv/include/asm/pgtable.h')
-rw-r--r-- | arch/frv/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/include/asm/pgtable.h b/arch/frv/include/asm/pgtable.h index 3323301..22c6069 100644 --- a/arch/frv/include/asm/pgtable.h +++ b/arch/frv/include/asm/pgtable.h @@ -225,7 +225,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) */ #define pud_alloc_one(mm, address) NULL #define pud_free(mm, x) do { } while (0) -#define __pud_free_tlb(tlb, x) do { } while (0) +#define __pud_free_tlb(tlb, x, address) do { } while (0) /* * The "pud_xxx()" functions here are trivial for a folded two-level |