From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgICk-0005kK-8Q for qemu-devel@nongnu.org; Mon, 11 Jul 2011 11:15:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgICi-0002FM-GE for qemu-devel@nongnu.org; Mon, 11 Jul 2011 11:15:25 -0400 Received: from eu1sys200aog117.obsmtp.com ([207.126.144.143]:58787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgICi-0002FD-1S for qemu-devel@nongnu.org; Mon, 11 Jul 2011 11:15:24 -0400 Date: Mon, 11 Jul 2011 17:12:25 +0200 From: Message-ID: <20110711151224.GA2506@gnx2503> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 5/7] linux-user: Add syscall numbers from kernel 2.6.39.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "riku.voipio@iki.fi" Cc: Peter Maydell , "qemu-devel@nongnu.org" On Mon, Jul 11, 2011 at 04:11:00PM +0200, riku.voipio@iki.fi wrote: > From: Peter Maydell > > Add syscall numbers for new syscall numbers; this brings us > into line with Linux 2.6.39.2. The syscall #123 on SH4 should be "TARGET_NR_cacheflush" instead of "TARGET_NR_modify_ldt" [1]. The only consequence of this misnaming is that many "Unsupported syscall" warnings are issued when emulating JIT compilers. Note that this misnaming was not introduced by this patch, should I submit another patch or do you wish to include this change into this one? Regards, Cedric. [1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=arch/sh/include/asm/unistd_32.h#l135