Skip to content
Commit 7ad00b9e authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

kernel: syscall: pin generated inline functions



Although they are marked as an inline functions, the compiler
may decide not to inline them which would result in them being
outside the pinned text section. Since these functions are
required for userspace to work correctly, pin them in physical
memory. This also applies to k_is_user_context().

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 2117a2a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment