commit | 02b20351cd1aff609fa62fb98b51b454786d76ed | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Sep 28 11:27:11 2020 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Sat Oct 24 10:52:00 2020 -0700 |
tree | 3e7a8f083b784aedea86802eac9e58ab793aca8a | |
parent | 3180fc0ecc3cd442be436d630ec1511e060f3b91 [diff] |
kernel: add common bits to support TLS This adds the common struct fields and functions to support the implementation of thread local storage in individual architecture. This uses the thread stack to store TLS data. Signed-off-by: Daniel Leung <daniel.leung@intel.com>