X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fmm%2Fnohash%2F8xx.c;h=0df9fe29dd567f0596bf7b1f37d39f0562736031;hb=d842bc6c0579ca7643eed029beabab3ac562a335;hp=60780e08911817a0983ce9ccf9f8f11d6e879538;hpb=0cc2ea8cebe909203f994e9113dc1f1b3907d03c;p=linux-2.6-microblaze.git diff --git a/arch/powerpc/mm/nohash/8xx.c b/arch/powerpc/mm/nohash/8xx.c index 60780e089118..0df9fe29dd56 100644 --- a/arch/powerpc/mm/nohash/8xx.c +++ b/arch/powerpc/mm/nohash/8xx.c @@ -240,3 +240,13 @@ void __init setup_kuap(bool disabled) mtspr(SPRN_MD_AP, MD_APG_KUAP); } #endif + +int pud_clear_huge(pud_t *pud) +{ + return 0; +} + +int pmd_clear_huge(pmd_t *pmd) +{ + return 0; +}