commit | 76b4e52995654af260f14558e0e07b5b039ae202 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Dec 28 23:20:44 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Jan 06 22:12:57 2019 -0500 |
tree | 81abacc99a4a81505775c391a8be070925f1c88b | |
parent | 4a31896c5b5a2715ecf4033426aa0a35066d92d6 [diff] |
XArray: Permit storing 2-byte-aligned pointers On m68k, statically allocated pointers may only be two-byte aligned. This clashes with the XArray's method for tagging internal pointers. Permit storing these pointers in single slots (ie not in multislots). Signed-off-by: Matthew Wilcox <willy@infradead.org>