Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88a24cff authored by Will Deacon's avatar Will Deacon Committed by Catalin Marinas
Browse files

arm64: signal: let the compiler inline compat_get_sigframe



There's no reason to mark compat_get_sigframe inline explicitly, so
remove the annotation and let the compiler decide what's best.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent b64e1c61
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ badframe:
	return 0;
}

static inline void __user *compat_get_sigframe(struct k_sigaction *ka,
static void __user *compat_get_sigframe(struct k_sigaction *ka,
					struct pt_regs *regs,
					int framesize)
{