Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761475AbYFZSVu (ORCPT ); Thu, 26 Jun 2008 14:21:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756688AbYFZSVX (ORCPT ); Thu, 26 Jun 2008 14:21:23 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47150 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755761AbYFZSVW (ORCPT ); Thu, 26 Jun 2008 14:21:22 -0400 Message-ID: <4863CB8A.7000204@zytor.com> Date: Thu, 26 Jun 2008 10:02:02 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Arnd Bergmann CC: monstr@seznam.cz, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, stephen.neuendorffer@xilinx.com, John.Linn@xilinx.com, john.williams@petalogix.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, microblaze-uclinux@itee.uq.edu.au, grant.likely@secretlab.ca, linuxppc-dev@ozlabs.org, vapier.adi@gmail.com, alan@lxorguk.ukuu.org.uk, Michal Simek Subject: Re: [PATCH 59/60] microblaze_v4: syscall_table.S and unistd.h References: <1214483429-32360-1-git-send-email-monstr@seznam.cz> <1214483429-32360-59-git-send-email-monstr@seznam.cz> <1214483429-32360-60-git-send-email-monstr@seznam.cz> <200806261831.19187.arnd@arndb.de> In-Reply-To: <200806261831.19187.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 588 Lines: 16 Arnd Bergmann wrote: > > You still set __NR_fork. There is no point defining the number if you > can't actually call the syscall in the first place. > Worse, it is actively *harmful* to set the number; klibc or anything that uses similar kinds of scripts for portability will see the symbol and think the system call is available. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/