From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH kernel 4/9] powerpc/powernv/iommu: Add real mode version of xchg() Date: Thu, 10 Mar 2016 19:46:21 +1100 Message-ID: <20160310084621.GD1230@fergus.ozlabs.ibm.com> References: <1457322077-26640-1-git-send-email-aik@ozlabs.ru> <1457322077-26640-5-git-send-email-aik@ozlabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@lists.ozlabs.org, Alex Williamson , David Gibson , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Alexey Kardashevskiy Return-path: Received: from ozlabs.org ([103.22.144.67]:43853 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752819AbcCJIq1 (ORCPT ); Thu, 10 Mar 2016 03:46:27 -0500 Content-Disposition: inline In-Reply-To: <1457322077-26640-5-git-send-email-aik@ozlabs.ru> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Mar 07, 2016 at 02:41:12PM +1100, Alexey Kardashevskiy wrote: > In real mode, TCE tables are invalidated using different > cache-inhibited store instructions which is different from > the virtual mode. I suggest "In real mode, TCE tables are invalidated using special cache-inhibited store instructions which are not available in virtual mode". Also, the subject could make people think it's about the kernel xchg() function defined in . Paul.