X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-generic%2Fpgtable-nopud.h;h=810431d8351b16c14c3d1954ddc2890866c41658;hb=0f23c5cc50550f194e71e694f2b4433356dd99ea;hp=87cf449a6df380e6be3a11fd24648ef3aefe588b;hpb=70ec75c5b8e0bda7a16fb387f91e08545f379a0e;p=~andy%2Flinux diff --git a/include/asm-generic/pgtable-nopud.h b/include/asm-generic/pgtable-nopud.h index 87cf449a6df..810431d8351 100644 --- a/include/asm-generic/pgtable-nopud.h +++ b/include/asm-generic/pgtable-nopud.h @@ -52,7 +52,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, a) do { } while (0) #undef pud_addr_end #define pud_addr_end(addr, end) (end)