Commit d95b56c7 authored by Stafford Horne's avatar Stafford Horne
Browse files

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: default avatarStafford Horne <shorne@gmail.com>
Acked-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 07e83dfb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -122,7 +122,6 @@ extern asmlinkage void ret_from_fork(void);
 * @usp: user stack pointer or fn for kernel thread
 * @arg: arg to fn for kernel thread; always NULL for userspace thread
 * @p: the newly created task
 * @regs: CPU context to copy for userspace thread; always NULL for kthread
 * @tls: the Thread Local Storage pointer for the new process
 *
 * At the top of a newly initialized kernel stack are two stacked pt_reg