From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyWJH-0001u8-RC for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:16:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyWJD-0001tU-C9 for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:16:11 -0400 Received: from [199.232.76.173] (port=46079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyWJD-0001tR-7J for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:16:07 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]:58775) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyWJC-0007uj-P1 for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:16:06 -0400 Received: by fxm19 with SMTP id 19so97682fxm.34 for ; Mon, 27 Apr 2009 12:16:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 27 Apr 2009 22:16:05 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] sparc64 fix TLB match code From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Kovalenko Cc: qemu-devel@nongnu.org On 4/27/09, Igor Kovalenko wrote: > TLB match code must respect page size, otherwise 4M page mappings may > be not found. > > Also correct a typo in get_physical_address_code which should use IMMU > registers. > > Signed-off-by: Igor V. Kovalenko Thanks, applied.