Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Mar 2002 12:24:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Mar 2002 12:24:03 -0500 Received: from lightning.swansea.linux.org.uk ([194.168.151.1]:61192 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Sat, 16 Mar 2002 12:23:50 -0500 Subject: Re: [PATCH] Re: 2.5.7-pre2 -- kernel.o(.data+0x300): undefined reference To: viro@math.psu.edu (Alexander Viro) Date: Sat, 16 Mar 2002 17:39:03 +0000 (GMT) Cc: torvalds@transmeta.com (Linus Torvalds), linux-kernel@vger.kernel.org (LKML) In-Reply-To: from "Alexander Viro" at Mar 16, 2002 05:16:57 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > +/* "Conditional" syscalls */ > + > +asmlinkage long sys_nfsservctl(void) __attribute__ ((weak, alias ("sys_ni_syscall"))); > +asmlinkage long sys_quotactl(void) __attribute__ ((weak, alias ("sys_ni_syscall"))); > + This is what Linus threw out before - when David wanted to use it to remove all the intermodule crap. It doesn't work with some architecture binutils - 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/