From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 20 Sep 2010 15:20:04 +0200 (CEST) Received: from mail-pw0-f49.google.com ([209.85.160.49]:60287 "EHLO mail-pw0-f49.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491000Ab0ITNUB (ORCPT ); Mon, 20 Sep 2010 15:20:01 +0200 Received: by pwj3 with SMTP id 3so1642754pwj.36 for ; Mon, 20 Sep 2010 06:19:54 -0700 (PDT) Received: by 10.114.27.2 with SMTP id a2mr10018584waa.25.1284988794449; Mon, 20 Sep 2010 06:19:54 -0700 (PDT) Received: from [10.161.2.200] ([122.181.19.78]) by mx.google.com with ESMTPS id d2sm13506398wam.14.2010.09.20.06.19.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 06:19:53 -0700 (PDT) Subject: [PATCH] MIPS: Fix syscall 64 bit number comments From: Philby John Reply-To: pjohn@mvista.com To: linux-mips@linux-mips.org Cc: David Daney Content-Type: text/plain Date: Mon, 20 Sep 2010 18:50:04 +0530 Message-Id: <1284988804.4442.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit X-archive-position: 27773 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: pjohn@mvista.com Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 15296 >>From 4e2dbfb145d898b8f3fa1798e0ec10ac3f34d6c6 Mon Sep 17 00:00:00 2001 From: Philby John Date: Mon, 20 Sep 2010 18:44:48 +0530 Subject: [PATCH] MIPS: Fix syscall 64 bit number comments Signed-off-by: Philby John Cc: David Daney --- arch/mips/kernel/scall64-64.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index a8a6c59..b16db4b 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -416,7 +416,7 @@ sys_call_table: PTR sys_pipe2 PTR sys_inotify_init1 PTR sys_preadv - PTR sys_pwritev /* 5390 */ + PTR sys_pwritev /* 5290 */ PTR sys_rt_tgsigqueueinfo PTR sys_perf_event_open PTR sys_accept4 -- 1.6.3.3.333.g4d53f From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pw0-f49.google.com ([209.85.160.49]:60287 "EHLO mail-pw0-f49.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491000Ab0ITNUB (ORCPT ); Mon, 20 Sep 2010 15:20:01 +0200 Received: by pwj3 with SMTP id 3so1642754pwj.36 for ; Mon, 20 Sep 2010 06:19:54 -0700 (PDT) Subject: [PATCH] MIPS: Fix syscall 64 bit number comments From: Philby John Reply-To: pjohn@mvista.com Content-Type: text/plain Date: Mon, 20 Sep 2010 18:50:04 +0530 Message-ID: <1284988804.4442.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org Return-Path: To: linux-mips@linux-mips.org Cc: David Daney Message-ID: <20100920132004.5SPx5I3ghyY_HPKE6Obd9V2zp_s2sRz3Fh-i5FY8Ss0@z> >From 4e2dbfb145d898b8f3fa1798e0ec10ac3f34d6c6 Mon Sep 17 00:00:00 2001 From: Philby John Date: Mon, 20 Sep 2010 18:44:48 +0530 Subject: [PATCH] MIPS: Fix syscall 64 bit number comments Signed-off-by: Philby John Cc: David Daney --- arch/mips/kernel/scall64-64.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/kernel/scall64-64.S b/arch/mips/kernel/scall64-64.S index a8a6c59..b16db4b 100644 --- a/arch/mips/kernel/scall64-64.S +++ b/arch/mips/kernel/scall64-64.S @@ -416,7 +416,7 @@ sys_call_table: PTR sys_pipe2 PTR sys_inotify_init1 PTR sys_preadv - PTR sys_pwritev /* 5390 */ + PTR sys_pwritev /* 5290 */ PTR sys_rt_tgsigqueueinfo PTR sys_perf_event_open PTR sys_accept4 -- 1.6.3.3.333.g4d53f