From: Arnd Bergmann Date: Wed, 13 May 2009 22:56:37 +0000 (+0000) Subject: asm-generic: add a generic uaccess.h X-Git-Tag: v2.6.31-rc1~355^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed417ddd52146f446595b5a7d8f21b1814b95b7;p=pandora-kernel.git asm-generic: add a generic uaccess.h Based on discussions with Michal Simek and code from m68knommu and h8300, this version of uaccess.h should be usable by most architectures, by overriding some parts of it. Simple NOMMU architectures can use it out of the box, but a minimal __access_ok() should be added there as well. Cc: Michal Simek Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed