Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263522AbUATCMA (ORCPT ); Mon, 19 Jan 2004 21:12:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265303AbUATCJZ (ORCPT ); Mon, 19 Jan 2004 21:09:25 -0500 Received: from dp.samba.org ([66.70.73.150]:21414 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id S265251AbUATCHP (ORCPT ); Mon, 19 Jan 2004 21:07:15 -0500 From: Rusty Russell To: Andi Kleen Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Modernize i386 string.h In-reply-to: Your message of "Sun, 18 Jan 2004 21:09:19 BST." <20040118200919.GA26573@averell> Date: Tue, 20 Jan 2004 13:04:57 +1100 Message-Id: <20040120020710.9C59B2C2C8@lists.samba.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 604 Lines: 17 In message <20040118200919.GA26573@averell> you write: > +EXPORT_SYMBOL_NOVERS_NOVERS(memmove); FYI: this has no meaningful semantic in 2.6 (we don't mangle symbols, but include the version in a separate section anyway). Please use EXPORT_SYMBOL() everywhere in new code. Thanks! 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/