commit | cf98708da292cb9e77bb6aff4eda7652103f4f77 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 07 17:43:11 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 07 17:43:11 2009 +0200 |
tree | 245af2210175f1c050c0833e0f66023d4654dc53 | |
parent | e40823b10920f679d84f3f2222e319c168b1e7da [diff] |
Make smalloc redzone pointer properly aligned It would SIGBUS on archs that require proper alignment, and work suboptimally on others. Real fix is pending, making sure that we always return naturally aligned pointers. But this at least makes it work on sparc64. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>