]> 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)
commit33bb70c205874b2232f584de1bb2a0967919a276
tree7322280540ff3b53190038db98bf3b9682c6de2d
parentd147f53415679ec4381aa517a816476b0f819152
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