From: Arnd Bergmann Date: Wed, 4 Jan 2006 19:31:32 +0000 (+0100) Subject: [PATCH] spufs: fix allocation on 64k pages X-Git-Tag: v2.6.16-rc1~666^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb013772a2cc85a8d0baffd64977d2888bc781d;p=pandora-kernel.git [PATCH] spufs: fix allocation on 64k pages The size of the local store is architecture defined and independent from the page size, so it should not be defined in terms of pages in the first place. This mistake broke a few places when building for 64kb pages. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed