ia64: switch to kernel_clone()
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 19 Aug 2020 10:46:47 +0000 (12:46 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Aug 2020 11:12:58 +0000 (13:12 +0200)
commitf8c40ebe659db315caac512ac06dc3185ae7e2d0
treeda5f358c45b96af75f7c121cfa64778c5f4e0503
parentefd85a5517e6626d6dee809af3a86891b7257218
ia64: 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: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org
Link: https://lore.kernel.org/r/20200819104655.436656-4-christian.brauner@ubuntu.com
arch/ia64/kernel/process.c