commit | 4b38392ded0ef92ae1d2f17a5e26fb684a19146f | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Sep 29 15:32:35 2020 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Sat Oct 24 10:52:00 2020 -0700 |
tree | e396359bc4f1a6205635e55f0c627f7da3cf859a | |
parent | 53ac1ee6faa68409f9c18f8bf4e87c9e14c20b98 [diff] |
x86: add support for thread local storage Adds the necessary bits to initialize TLS in the stack area and sets up CPU registers during context switch. Signed-off-by: Daniel Leung <daniel.leung@intel.com>