From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Spraul Date: Thu, 31 Aug 2000 22:28:56 +0000 Subject: Re: [Linux-ia64] SMP TLB flushes Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Stephan.Zeisset@intel.com wrote: > > As for the ptc.g, the region id comes from the region register that > is selected through bits [63:61] of the address. > That means flush_tlb_range on SMP should * acquire ptcg_lock * change the region register to mm->... * ptc.g * restore the region register from current->active_mm->... * release the spinlock. Thanks for your answer, Manfred