Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 7 Aug 2002 00:19:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 7 Aug 2002 00:19:17 -0400 Received: from samba.sourceforge.net ([198.186.203.85]:64222 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Wed, 7 Aug 2002 00:19:16 -0400 Date: Wed, 7 Aug 2002 14:18:29 +1000 From: Anton Blanchard To: Rik van Riel Cc: Andrew Morton , William Lee Irwin III , linux-kernel@vger.kernel.org Subject: Re: fix CONFIG_HIGHPTE Message-ID: <20020807041829.GD6343@krispykreme> References: <20020807010752.GC6343@krispykreme> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 733 Lines: 18 > Sharing the logical page table doesn't mean you'll have to do > the same for the PPC hashed page table... We have an optimisation where we store information in the linux pte that lets us find the hashtable pte. If that one to one relationship is lost we may need to search the primary and secondary group which could be up to 16 hypervisor calls when running in logical partitioned mode. We could start sharing hashtable ptes but thats going to require a fair amount of work. Anton - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/