From: Arnd Bergmann Date: Fri, 9 Dec 2005 18:21:44 +0000 (+0100) Subject: [PATCH] powerpc: fix large nvram access X-Git-Tag: v2.6.16-rc1~666^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ce299fc629d5c899a2e56b00e21f5da05cf590;p=pandora-kernel.git [PATCH] powerpc: fix large nvram access /dev/nvram uses the user-provided read/write size for kmalloc, which fails, if a large number is passed. This will always use a single page at most, which can be expected to succeed. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed