From: Aneesh Kumar K.V Date: Tue, 30 Apr 2013 20:26:08 +0000 (+0000) Subject: powerpc: Fix build error for book3e X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~66^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d5999d98f2ab36ad71b9ef4d82cf5f399205f5;p=pandora-kernel.git powerpc: Fix build error for book3e We moved the definition of shift_to_mmu_psize and mmu_psize_to_shift out of hugetlbpage.c in patch "powerpc: New hugepage directory format". These functions are not related to hugetlbpage and we want to use them outside hugetlbpage.c We missed a definition for book3e when we moved these functions. Add similar functions to mmu-book3e.h Signed-off-by: Aneesh Kumar K.V Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed