commit | 5fec97d0e3d93717f1d6a958a03e579078088861 | [log] [tgz] |
---|---|---|
author | Alex Dowad <alexinbeijing@gmail.com> | Fri Mar 13 20:14:45 2015 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri Apr 24 13:45:55 2015 +0200 |
tree | 7d47cc0f0db5f5bdff0d7a9f6f06f000cb588b70 | |
parent | a4e4f67f41d9bfcc2a00849a75712f09a7d43798 [diff] |
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: Alex Dowad <alexinbeijing@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>