From: Kirill A. Shutemov Date: Thu, 14 Nov 2013 22:31:50 +0000 (-0800) Subject: xtensa: use buddy allocator for PTE table X-Git-Tag: v3.13-rc1~84^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f820e2805c7acb157a78438d07e47f4fc57fe679;p=pandora-kernel.git xtensa: use buddy allocator for PTE table At the moment xtensa uses slab allocator for PTE table. It doesn't work with enabled split page table lock: slab uses page->slab_cache and page->first_page for its pages. These fields share stroage with page->ptl. Signed-off-by: Kirill A. Shutemov Cc: Chris Zankel Acked-by: Max Filippov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed