Re: [PATCH v3 11/19] KVM: MMU: filter out the mmio pfn from the faultpfn

From: Xiao Guangrong
Date: Wed Jul 06 2011 - 15:11:33 EST


On 07/07/2011 01:17 AM, Marcelo Tosatti wrote:

>> +int is_mmio_pfn(pfn_t pfn)
>> +{
>> + return pfn == bad_pfn;
>> +}
>> +EXPORT_SYMBOL_GPL(is_mmio_pfn);
>
> Please use another name this conflicts with real mmio pfn,
> see kvm_is_mmio_pfn. "noslot_pfn" is meaningful to me.
>

OK, will fix, thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/