From: Kirill A. Shutemov Date: Wed, 11 Feb 2015 23:26:38 +0000 (-0800) Subject: microblaze: define __PAGETABLE_PMD_FOLDED X-Git-Tag: fixes-v4.0-rc1~131^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae3ad4e639234a43fd3997887524d2e5345fa76;p=pandora-kernel.git microblaze: define __PAGETABLE_PMD_FOLDED Microblaze uses custom implementation of PMD folding, but doesn't define __PAGETABLE_PMD_FOLDED, which generic code expects to see. Let's fix it. Defining __PAGETABLE_PMD_FOLDED will drop out unused __pmd_alloc(). It also fixes problems with recently-introduced pmd accounting. Signed-off-by: Kirill A. Shutemov Reported-by: Guenter Roeck Tested-by: Guenter Roeck Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed