arm64: KVM: debug: Remove spurious inline attributes
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 16 Dec 2015 15:41:12 +0000 (15:41 +0000)
committerAlex Shi <alex.shi@linaro.org>
Wed, 9 Nov 2016 14:15:51 +0000 (22:15 +0800)
commit3893b12b089ffb06908112d2852711d9b489148c
tree4645107ba27cf5fe2eca64363ea100627398f12e
parentbbe9945cbb95b179bdee5420e4b22804d560eb16
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>
(cherry picked from commit 281243cbe075d27ab884858d6e0b15d8ed61bc25)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/kvm/sys_regs.c