commit | d95b56c77efdafec14d767bbf9730ff55907667d | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Tue Feb 25 19:06:12 2020 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Mon Mar 02 18:10:52 2020 +0900 |
tree | ab4fcac8fed530e6f8d61e89b3a7a555a711db6a | |
parent | 07e83dfbe16cd882afc1d221f4ef3a85b9818f9a [diff] |
openrisc: Cleanup copy_thread_tls docs and comments Previously copy_thread_tls was copy_thread and before that something else. Remove the documentation about the regs parameter that didn't exist in either version. Next, fix comment wrapping and details about how TLS pointer gets to the copy_thread_tls function. Signed-off-by: Stafford Horne <shorne@gmail.com> Acked-by: Christian Brauner <christian.brauner@ubuntu.com>