WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Re: [Xen-changelog] Export Xen driver util function symb

To: Keir.Fraser@xxxxxxxxxxxx
Subject: [Xen-devel] Re: Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers
From: Nick Logan <nick_logan@xxxxxxxxxxxx>
Date: Thu, 26 Jan 2006 10:43:10 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 26 Jan 2006 10:52:06 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1F1n98-00048P-0E@host-192-168-0-1-bcn-london>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <E1F1n98-00048P-0E@host-192-168-0-1-bcn-london>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511

Date: Wed, 25 Jan 2006 17:24:15 +0200
From: Muli Ben-Yehuda <mulix@xxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-changelog] Export Xen driver util
        function symbols so that Xen drivers
To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Message-ID: <20060125152415.GG24849@xxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii

On Wed, Jan 25, 2006 at 03:12:08PM +0000, Xen patchbot -unstable wrote:
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 709bce2f08d6024c2efb2938e564915da1ca51f2
# Parent  aad2b2da3c8beda24bc62ca6e92b28c28def0849
Export Xen driver util function symbols so that Xen drivers
can build as modules.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r aad2b2da3c8b -r 709bce2f08d6 linux-2.6-xen-sparse/drivers/xen/util.c
--- a/linux-2.6-xen-sparse/drivers/xen/util.c   Wed Jan 25 11:51:21 2006
+++ b/linux-2.6-xen-sparse/drivers/xen/util.c   Wed Jan 25 13:28:07 2006
@@ -31,6 +31,7 @@

        return area;
}
+EXPORT_SYMBOL(alloc_vm_area);

Should this be EXPORT_SYMBOL_GPL?

Cheers,
Muli
Thanks for adding these, don't you need to include linux/module.h as well?

Nick

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers, Nick Logan <=