From: Greg Ungerer Date: Fri, 10 Aug 2007 20:01:20 +0000 (-0700) Subject: changing include/asm-generic/pgtable.h for non-mmu X-Git-Tag: v2.6.23-rc3~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9535239f6bc99f68e0cfae44505ad402b53ed24c;p=pandora-kernel.git changing include/asm-generic/pgtable.h for non-mmu There are some parts of include/asm-generic/pgtable.h that are relevant to the non-mmu architectures. To make it easier to include this from them I would like to ifdef the relevant parts. Without this there is a handful of functions that are referenced in here that are not defined on many non-mmu architectures. They could be defined out of course, as an alternative approach. Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed