KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL
authorTiejun Chen <tiejun.chen@windriver.com>
Mon, 13 May 2013 02:00:45 +0000 (10:00 +0800)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Jun 2013 01:33:21 +0000 (03:33 +0200)
commit5f17ce8b954a2ff93f0460a2ae35d56285697d0f
treec01a31bbe3cba4f3fa66936ee368ba5d35709082
parent96f7edf9a54ca834f030ddf30f91750b3d737a03
KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL

Availablity of the doorbell_exception function is guarded by
CONFIG_PPC_DOORBELL. Use the same define to guard our caller
of it.

Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
[agraf: improve patch description]
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/booke.c