commit | fe477ea6d3c01c65f967b96ea64b0bb59765a351 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Dec 15 13:50:48 2020 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Jan 13 09:43:55 2021 -0800 |
tree | 7c58a21a05ff922131dd3b04706157620a920c9b | |
parent | 0c9f9691c4fb7dbef982a24fbd30f1ffd2b5a0de [diff] |
kernel: userspace: aligned memory allocation for dynamic objects This allows allocating dynamic kernel objects with memory alignment requirements. The first candidate is for thread objects where, on some architectures, it must be aligned for saving/restoring registers. Signed-off-by: Daniel Leung <daniel.leung@intel.com>