From: Arnd Bergmann Date: Wed, 13 May 2009 22:56:36 +0000 (+0000) Subject: asm-generic: add generic NOMMU versions of some headers X-Git-Tag: v2.6.31-rc1~355^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c01b46bb6bb8f2662573c05c87b5d68fa25af89;p=pandora-kernel.git asm-generic: add generic NOMMU versions of some headers Memory management in generic is highly architecture specific, but on NOMMU architectures, it is mostly trivial, so just add a default implementation in asm-generic that applies to all NOMMU architectures. The two files cache.h and cacheflush.h can possibly also be used by architectures that have an MMU but never require flushing the cache or have cache lines larger than 32 bytes. Signed-off-by: Remis Lima Baima Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed