Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 16 Feb 2003 23:13:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 16 Feb 2003 23:13:32 -0500 Received: from dp.samba.org ([66.70.73.150]:17385 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Sun, 16 Feb 2003 23:13:32 -0500 From: Rusty Russell To: Kai Germaschewski Cc: Brian Gerst Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Move __this_module to xxx.mod.c In-reply-to: Your message of "Sun, 16 Feb 2003 19:57:04 MDT." Date: Mon, 17 Feb 2003 14:42:40 +1100 Message-Id: <20030217042330.D50DE2C04D@lists.samba.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 24 In message yo u write: > On Sun, 16 Feb 2003, Brian Gerst wrote: > > > This patch moves the module structure to the generated .mod.c file, > > instead of compiling it into each object and relying on the linker to > > include it only once. > > Yeah, it's something I though about doing, but I was not sure. I think > it's up to Rusty to comment ;) > > It will need an associated change to module_init_tools. I don't think so: the symbol will be in the module by the time module-init-tools gets to it, or am I missing something? Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - 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/