commit | efd85a5517e6626d6dee809af3a86891b7257218 | [log] [tgz] |
---|---|---|
author | Christian Brauner <christian.brauner@ubuntu.com> | Wed Aug 19 12:46:46 2020 +0200 |
committer | Christian Brauner <christian.brauner@ubuntu.com> | Thu Aug 20 13:12:58 2020 +0200 |
tree | 2df1c1fb866835ec06f2a49e7ff878552993719c | |
parent | cad6967ac10843a70842cd39c7b53412901dd21f [diff] |
h8300: switch to kernel_clone() The old _do_fork() helper is removed in favor of the new kernel_clone() helper. The latter adheres to naming conventions for kernel internal syscall helpers. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> Cc: Greentime Hu <green.hu@gmail.com> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: uclinux-h8-devel@lists.sourceforge.jp Link: https://lore.kernel.org/r/20200819104655.436656-3-christian.brauner@ubuntu.com