]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: debug: Remove spurious inline attributes
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 16 Dec 2015 15:41:12 +0000 (15:41 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 18 Dec 2015 10:15:11 +0000 (10:15 +0000)
commit5b88d17c705e04b8cd0208acdaeb41fa650b2f79
tree7322280540ff3b53190038db98bf3b9682c6de2d
parent447f2ccd585792759161073352cff9ec9e4a0d83
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>
arch/arm64/kvm/sys_regs.c