From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753163Ab1EEUjU (ORCPT ); Thu, 5 May 2011 16:39:20 -0400 Received: from fanny.its.uu.se ([130.238.4.241]:59936 "EHLO fanny.its.uu.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750925Ab1EEUjT (ORCPT ); Thu, 5 May 2011 16:39:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19907.2804.330120.193924@pilspetsen.it.uu.se> Date: Thu, 5 May 2011 22:39:16 +0200 From: Mikael Pettersson To: Geert Uytterhoeven Cc: Arnd Bergmann , Linux/m68k , Greg Ungerer , Linux Kernel Development , uClinux list Subject: Re: [PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table In-Reply-To: References: <201105050824.34056.arnd@arndb.de> X-Mailer: VM 7.17 under Emacs 20.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Geert Uytterhoeven writes: > On Thu, 5 May 2011, Arnd Bergmann wrote: > > Did you check the macros in unistd to see if they match the > > actual table? I guess it would be a good time to comment out > > the ones that are not implemented in either of the two ABIs. > > Like this? > > warning: #warning syscall pselect6 not implemented > warning: #warning syscall ppoll not implemented > warning: #warning syscall recvmmsg not implemented > > Do we need pselect6 and ppoll? I have vague memories not requiring it. They close user-space race conditions, so you want them.