commit | 88a24cffad7d98f16de52fe5dd2d71f64cb21585 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Nov 23 11:01:05 2012 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Nov 23 18:11:38 2012 +0000 |
tree | cd76fa02ba69042aafb2d36a94d2d86425966071 | |
parent | b64e1c6139c5007b7773b0ce416ef9ea035e8724 [diff] |
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>