From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpMeC-0002wG-8w for qemu-devel@nongnu.org; Fri, 05 Aug 2011 11:49:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpMeA-0004nK-1b for qemu-devel@nongnu.org; Fri, 05 Aug 2011 11:49:16 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:59794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpMe9-0004n6-VY for qemu-devel@nongnu.org; Fri, 05 Aug 2011 11:49:14 -0400 Received: by qyk31 with SMTP id 31so412746qyk.4 for ; Fri, 05 Aug 2011 08:49:13 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E3C10F6.9030002@twiddle.net> Date: Fri, 05 Aug 2011 08:49:10 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_handle_mmu_fault List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 08/03/2011 11:00 AM, Blue Swirl wrote: > Parameter is_softmmu (and its evil mutant twin brother is_softmuu) > is not used in cpu_*_handle_mmu_fault() functions, remove them > and adjust callers. > > Signed-off-by: Blue Swirl Acked-by: Richard Henderson r~ > --- > target-alpha/cpu.h | 2 +- > target-alpha/helper.c | 4 ++-- > target-alpha/op_helper.c | 2 +- > target-arm/cpu.h | 2 +- > target-arm/helper.c | 4 ++-- > target-arm/op_helper.c | 2 +- > target-cris/cpu.h | 2 +- > target-cris/helper.c | 11 +++++------ > target-cris/op_helper.c | 2 +- > target-i386/cpu.h | 2 +- > target-i386/helper.c | 4 ++-- > target-i386/op_helper.c | 2 +- > target-lm32/cpu.h | 2 +- > target-lm32/helper.c | 2 +- > target-lm32/op_helper.c | 2 +- > target-m68k/cpu.h | 2 +- > target-m68k/helper.c | 4 ++-- > target-m68k/op_helper.c | 2 +- > target-microblaze/cpu.h | 2 +- > target-microblaze/helper.c | 4 ++-- > target-microblaze/op_helper.c | 2 +- > target-mips/cpu.h | 2 +- > target-mips/helper.c | 6 +++--- > target-mips/op_helper.c | 2 +- > target-ppc/cpu.h | 2 +- > target-ppc/helper.c | 4 ++-- > target-ppc/op_helper.c | 2 +- > target-s390x/cpu.h | 2 +- > target-s390x/helper.c | 12 ++++++------ > target-s390x/op_helper.c | 2 +- > target-sh4/cpu.h | 2 +- > target-sh4/helper.c | 4 ++-- > target-sh4/op_helper.c | 2 +- > target-sparc/cpu.h | 2 +- > target-sparc/helper.c | 6 +++--- > target-sparc/op_helper.c | 2 +- > target-unicore32/cpu.h | 2 +- > target-unicore32/helper.c | 2 +- > user-exec.c | 2 +- > 39 files changed, 59 insertions(+), 60 deletions(-)