Skip to content
Commit 76b4e529 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <willy@infradead.org>
parent 4a31896c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment