um: Fix naming clash between UML and scheduler
authorAnton Ivanov <anton.ivanov@cambridgegreys.com>
Thu, 21 Sep 2023 14:34:44 +0000 (15:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:30 +0000 (20:14 +0000)
commit976c46e6964ceb70e0786d5491665c65a24f48a3
tree8710b466caf7d5f61417cfc8fa1a4e216a3219fe
parent029479d4f1bb9f79f00c1054d26876322abe676d
um: Fix naming clash between UML and scheduler

[ Upstream commit 541d4e4d435c8b9bfd29f70a1da4a2db97794e0a ]

__cant_sleep was already used and exported by the scheduler.
The name had to be changed to a UML specific one.

Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Reviewed-by: Peter Lafreniere <peter@n8pjl.ca>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/um/include/shared/kern_util.h
arch/um/kernel/process.c
arch/um/os-Linux/helper.c