KVM: inline is_*_pfn functions
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Fri, 3 Aug 2012 07:39:59 +0000 (15:39 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 6 Aug 2012 13:04:53 +0000 (16:04 +0300)
commit83f09228d068911ac8797ae8d6febef886698936
treec4bfc135604c56f91594c44d56dcf03632d0a3e5
parent950e95097b1c6573ef5e21061ccb56964278c45b
KVM: inline is_*_pfn functions

These functions are exported and can not inline, move them
to kvm_host.h to eliminate the overload of function call

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h
virt/kvm/kvm_main.c