um: Always inline stub functions
authorBenjamin Berg <benjamin@sipsolutions.net>
Fri, 10 Nov 2023 11:03:45 +0000 (12:03 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 4 Jan 2024 22:52:31 +0000 (23:52 +0100)
commit7b84543cbd8861c83a2ec7c8848e936ce214bc01
tree8ef9ed8b51c610f480a7b2fcd708068b2e6f02ba
parent6d64095ea8698e3cb1698ec4e81acb2aa1500322
um: Always inline stub functions

The stub executable page is remapped to a different location in the
userland process. As these functions may be used by the stub, they
really need to be always inlined rather than permitting the compiler to
emit a function.

Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/shared/sysdep/stub_32.h
arch/x86/um/shared/sysdep/stub_64.h