X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2Fmm%2Finit.c;h=5d7a16eab312619f94cc48515715ae81b298b296;hb=5da7f3d71e243ef5c464967581414d29c72bab75;hp=234e42b8ee7436cb61455c3eabe8f3d8f61ea183;hpb=6946ce00c944131464d408c1e9b7b290d8bc3d15;p=linux-2.6-omap-h63xx.git diff --git a/arch/alpha/mm/init.c b/arch/alpha/mm/init.c index 234e42b8ee7..5d7a16eab31 100644 --- a/arch/alpha/mm/init.c +++ b/arch/alpha/mm/init.c @@ -59,13 +59,6 @@ pgd_alloc(struct mm_struct *mm) return ret; } -pte_t * -pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) -{ - pte_t *pte = (pte_t *)__get_free_page(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO); - return pte; -} - /* * BAD_PAGE is the page that is used for page faults when linux