|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [RFC PATCH 09/33] Add start-of-day setup hooks to subarc
To: |
Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> |
Subject: |
[Xen-devel] Re: [RFC PATCH 09/33] Add start-of-day setup hooks to subarch |
From: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx> |
Date: |
Thu, 20 Jul 2006 09:27:16 -0400 |
Cc: |
Andrew Morton <akpm@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Adrian Bunk <bunk@xxxxxxxxx>, Chris Wright <chrisw@xxxxxxxxxxxx>, Ian Pratt <ian.pratt@xxxxxxxxxxxxx> |
Delivery-date: |
Fri, 21 Jul 2006 01:28:38 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<e4182acc9b5779fedf8f5b003126673c@xxxxxxxxxxxx> |
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: |
<20060718091807.467468000@xxxxxxxxxxxx> <20060718091950.750213000@xxxxxxxxxxxx> <20060720060736.GA25367@xxxxxxxxx> <e4182acc9b5779fedf8f5b003126673c@xxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
User-agent: |
Thunderbird 1.5.0.4 (X11/20060613) |
Keir Fraser wrote:
+struct shared_info *HYPERVISOR_shared_info = (struct shared_info
*)empty_zero_page;
+EXPORT_SYMBOL(HYPERVISOR_shared_info);
...
EXPORT_SYMBOL_GPL?
Interrupt-control macros (local_irq_enable/disable and friends) used
this symbol, so GPLing it made non-GPL modules fail. We made a bunch
of the macros proper functions so this may no longer be the case.
Given that this is just a page exported from the hypervisor, it doesn't
make much sense to impose a GPL requirement on this symbol (to put it
another way, this is more part of the Xen ABI than the Linux API, so
Linux can't make much claim to it).
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|