]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit281243cbe075d27ab884858d6e0b15d8ed61bc25
tree7322280540ff3b53190038db98bf3b9682c6de2d
parente078ef81514222ffc10bf1767c15df16ca0b84db
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