From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzdFV-0004Kc-Cw for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:52:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzdFU-0004KQ-1o for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:52:52 -0400 Received: from [199.232.76.173] (port=46825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzdFT-0004KN-S9 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:52:51 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:17685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzdFT-0000lA-G1 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:52:51 -0400 Received: by fg-out-1718.google.com with SMTP id l27so1259735fgb.8 for ; Thu, 30 Apr 2009 13:52:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1240364008-7065-1-git-send-email-froydnj@codesourcery.com> <200904301710.38740.paul@codesourcery.com> <49F9D329.3030008@redhat.com> <200904301807.36073.paul@codesourcery.com> <49F9E647.8030007@redhat.com> Date: Thu, 30 Apr 2009 22:52:49 +0200 Message-ID: <761ea48b0904301352k49973befr44ec0d0348168cab@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] [RFC] cleanup cpu-exec.c: consolidate handle_cpu_signal From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Thu, Apr 30, 2009 at 8:52 PM, Blue Swirl wrote: > > ARM has 2k pages IIRC. Sparc64 has 8k pages and then we have the same > case for x86 target. pre-ARMv7 MMU had 1K pages, which have been removed in ARMv7; this probably means their use was not widespread enough to keep them. Laurent