diff options
Diffstat (limited to 'arch/x86/xen/p2m.c')
| -rw-r--r-- | arch/x86/xen/p2m.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c index b06731705529..055e37e43541 100644 --- a/arch/x86/xen/p2m.c +++ b/arch/x86/xen/p2m.c @@ -656,8 +656,7 @@ bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn)  	/*  	 * The interface requires atomic updates on p2m elements. -	 * xen_safe_write_ulong() is using __put_user which does an atomic -	 * store via asm(). +	 * xen_safe_write_ulong() is using an atomic store via asm().  	 */  	if (likely(!xen_safe_write_ulong(xen_p2m_addr + pfn, mfn)))  		return true; |