From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrhIT-0000Ih-Iw for qemu-devel@nongnu.org; Mon, 11 May 2015 02:34:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrhDu-0002yb-Du for qemu-devel@nongnu.org; Mon, 11 May 2015 02:29:59 -0400 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:36194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrhDu-0002yN-6W for qemu-devel@nongnu.org; Mon, 11 May 2015 02:29:54 -0400 Received: by pabsx10 with SMTP id sx10so102202483pab.3 for ; Sun, 10 May 2015 23:29:53 -0700 (PDT) From: Peter Crosthwaite Date: Sun, 10 May 2015 23:29:08 -0700 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [RFC PATCH 05/34] mb: cpu: Delete MMAP_SHIFT definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, edgari@xilinx.com, sorenb@xilinx.com, afaerber@suse.de, rth@twiddle.net Just fallback on the default of 12 like other architectures. This allows us to change the hw without affecting linux user. Signed-off-by: Peter Crosthwaite --- target-microblaze/cpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 9d01bb4..ff38661 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -285,7 +285,6 @@ int cpu_mb_signal_handler(int host_signum, void *pinfo, /* FIXME: MB uses variable pages down to 1K but linux only uses 4k. */ #define TARGET_PAGE_BITS 12 -#define MMAP_SHIFT TARGET_PAGE_BITS #define TARGET_PHYS_ADDR_SPACE_BITS 32 #define TARGET_VIRT_ADDR_SPACE_BITS 32 -- 1.9.1