From patchwork Wed Feb 27 22:17:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 2194771 Return-Path: X-Original-To: patchwork-linux-parisc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id ECCD6DF2F2 for ; Wed, 27 Feb 2013 22:17:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751608Ab3B0WRR (ORCPT ); Wed, 27 Feb 2013 17:17:17 -0500 Received: from mout.gmx.net ([212.227.15.19]:64598 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999Ab3B0WRR (ORCPT ); Wed, 27 Feb 2013 17:17:17 -0500 Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MIjSg-1U8dRz28Oe-002CQ6 for ; Wed, 27 Feb 2013 23:17:15 +0100 Received: (qmail invoked by alias); 27 Feb 2013 22:17:15 -0000 Received: from p54AD04DF.dip0.t-ipconnect.de (EHLO p100.box) [84.173.4.223] by mail.gmx.net (mp016) with SMTP; 27 Feb 2013 23:17:15 +0100 X-Authenticated: #1045983 X-Provags-ID: V01U2FsdGVkX18A2+RFBmsAGxqbFbmJCUqKrCSywDZSfjcM25Gggj KQT7INajCyv3wk Date: Wed, 27 Feb 2013 23:17:13 +0100 From: Helge Deller To: linux-parisc@vger.kernel.org, James Bottomley Subject: parisc: switch to compat_functions of io_setup, io_getevents and io_submit Message-ID: <20130227221713.GA2872@p100.box> References: <20130227221137.GA2806@p100.box> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130227221137.GA2806@p100.box> User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org commit c58c540c25a4ae98e021876cb32afb7794428267 Author: Helge Deller Date: Wed Feb 27 00:32:10 2013 +0100 parisc: switch to compat_functions of io_setup, io_getevents and io_submit Signed-off-by: Helge Deller --- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index fc9cab1..a410b1b 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -310,10 +310,10 @@ ENTRY_COMP(sched_getaffinity) ENTRY_SAME(ni_syscall) /* set_thread_area */ ENTRY_SAME(ni_syscall) /* get_thread_area */ - ENTRY_SAME(io_setup) /* 215 */ + ENTRY_COMP(io_setup) /* 215 */ ENTRY_SAME(io_destroy) - ENTRY_SAME(io_getevents) - ENTRY_SAME(io_submit) + ENTRY_COMP(io_getevents) + ENTRY_COMP(io_submit) ENTRY_SAME(io_cancel) ENTRY_SAME(alloc_hugepages) /* 220 */ ENTRY_SAME(free_hugepages)