commit | aeb013772a2cc85a8d0baffd64977d2888bc781d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 04 20:31:32 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:44:55 2006 +1100 |
tree | 8ebf25d8ea0d2e0bb384f1399c1e124bd1c12044 | |
parent | 6ff730c33b42a6c68217fc6660728676aa8eeb9c [diff] |
[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 <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>