commit | 281243cbe075d27ab884858d6e0b15d8ed61bc25 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Dec 16 15:41:12 2015 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Dec 18 10:15:11 2015 +0000 |
tree | 7322280540ff3b53190038db98bf3b9682c6de2d | |
parent | e078ef81514222ffc10bf1767c15df16ca0b84db [diff] |
arm64: KVM: debug: Remove spurious inline attributes The debug trapping code is pretty heavy on the "inline" attribute, but most functions are actually referenced in the sysreg tables, making the inlining imposible. Removing the useless inline qualifier seems the right thing to do, having verified that the output code is similar. Cc: Alex Bennée <alex.bennee@linaro.org> Acked-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>