From: James Bottomley Date: Sun, 16 Jan 2011 22:06:14 +0000 (+0100) Subject: parisc: fix compile breakage caused by inlining maybe_mkwrite X-Git-Tag: v2.6.38-rc1~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115374211961a503675730603e3d48d95d41736c;p=pandora-kernel.git parisc: fix compile breakage caused by inlining maybe_mkwrite On PARISC, we have an include of linux/mm.h inside our asm/pgtable.h, so this patch commit 14fd403f2146f740942d78af4e0ee59396ad8eab Author: Andrea Arcangeli Date: Thu Jan 13 15:46:37 2011 -0800 thp: export maybe_mkwrite causes us an unsatisfiable use of pte_mkwrite in linux/mm.h. The fix is to avoid including linux/mm.h in our pgtable.h, which unbreaks the build. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed