mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
b64e1c6139
commit
88a24cffad
@ -578,7 +578,7 @@ badframe:
|
|||||||
return 0;
|
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,
|
struct pt_regs *regs,
|
||||||
int framesize)
|
int framesize)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user