commit | 8b0d3121a0b2cf91768ecef635e241b6abc3f1da | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <cbe-oss-dev@ml.breakpoint.cc> | Wed Sep 19 14:38:12 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 19 15:12:16 2007 +1000 |
tree | 492f01c3f6239616081c56c4ea7dd8a0944b7f92 | |
parent | 6232a74f25f45a98d8cf64c5d4208f4795eb693d [diff] |
[POWERPC] spufs: Make isolated loader properly aligned According to the comment in spufs_init_isolated_loader(), the isolated loader should be aligned on a 16 byte boundary. ARCH_{KMALLOC,SLAB}_MINALIGN is not defined so only 8 byte alignment is guaranteed. This enforces alignment via __get_free_pages. Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>