Skip to content

Moved AlignedBox from context to common

Zachary Mayhew requested to merge zacklukem/kernel:move-aligned-box into master

AlignedBox is a generic alloc structure not specific to the context module (although this is the only place in kernel where it is used).

Merge request reports