Skip to content
Commit 9f7b2d1f authored by Alex Dowad's avatar Alex Dowad Committed by Matt Turner
Browse files

alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'



The 'arg' argument to copy_thread() is only ever used when forking a new
kernel thread. Hence, rename it to 'kthread_arg' for clarity (and consistency
with do_fork() and other arch-specific implementations of copy_thread()).

Signed-off-by: default avatarAlex Dowad <alexinbeijing@gmail.com>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 0bc25674
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment