From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Wed, 02 Jul 2014 04:00:50 +0000 Subject: Re: [PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page Message-Id: <20140702040050.GA16865@drongo> List-Id: References: <1404040655-12076-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1404040655-12076-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1404040655-12076-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Aneesh Kumar K.V" Cc: agraf@suse.de, benh@kernel.crashing.org, linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On Sun, Jun 29, 2014 at 04:47:30PM +0530, Aneesh Kumar K.V wrote: > When calculating the lower bits of AVA field, use the shift > count based on the base page size. Also add the missing segment > size and remove stale comment. > > Signed-off-by: Aneesh Kumar K.V Acked-by: Paul Mackerras