Skip to content
Commit 5fec97d0 authored by Alex Dowad's avatar Alex Dowad Committed by Helge Deller
Browse files

parisc: 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 avatarHelge Deller <deller@gmx.de>
parent a4e4f67f
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