Author: glen                         Date: Sun Apr 27 16:09:19 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6_16
---- Log message:
- patch for nvidia module build
  http://www.nvnews.net/vbulletin/showthread.php?t=68648

---- Files affected:
SOURCES:
   kernel-xen-sparse-nv.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kernel-xen-sparse-nv.patch
diff -u /dev/null SOURCES/kernel-xen-sparse-nv.patch:1.1.2.1
--- /dev/null   Sun Apr 27 18:09:19 2008
+++ SOURCES/kernel-xen-sparse-nv.patch  Sun Apr 27 18:09:14 2008
@@ -0,0 +1,35 @@
+diff -urN linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c 
linux-2.6-xen-sparse-nv/arch/i386/mm/hypervisor.c
+--- linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c     2006-04-13 
19:48:37.000000000 +0200
++++ linux-2.6-xen-sparse-nv/arch/i386/mm/hypervisor.c  2006-04-16 
15:34:51.000000000 +0200
+@@ -133,6 +133,7 @@
+       op.cmd = MMUEXT_TLB_FLUSH_LOCAL;
+       BUG_ON(HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0);
+ }
++EXPORT_SYMBOL(xen_tlb_flush);
+ 
+ void xen_invlpg(unsigned long ptr)
+ {
+diff -urN linux-2.6-xen-sparse/drivers/xen/core/evtchn.c 
linux-2.6-xen-sparse-nv/drivers/xen/core/evtchn.c
+--- linux-2.6-xen-sparse/drivers/xen/core/evtchn.c     2006-04-13 
19:48:37.000000000 +0200
++++ linux-2.6-xen-sparse-nv/drivers/xen/core/evtchn.c  2006-04-16 
15:34:04.000000000 +0200
+@@ -188,7 +188,7 @@
+ {
+       (void)HYPERVISOR_xen_version(0, NULL);
+ }
+-EXPORT_SYMBOL_GPL(force_evtchn_callback);
++EXPORT_SYMBOL(force_evtchn_callback);
+ 
+ /* NB. Interrupts are disabled on entry. */
+ asmlinkage void evtchn_do_upcall(struct pt_regs *regs)
+diff -urN linux-2.6-xen-sparse/drivers/xen/core/features.c 
linux-2.6-xen-sparse-nv/drivers/xen/core/features.c
+--- linux-2.6-xen-sparse/drivers/xen/core/features.c   2006-04-13 
19:48:37.000000000 +0200
++++ linux-2.6-xen-sparse-nv/drivers/xen/core/features.c        2006-04-16 
15:33:03.000000000 +0200
+@@ -12,7 +12,7 @@
+ #include <xen/features.h>
+ 
+ u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly;
+-EXPORT_SYMBOL_GPL(xen_features);
++EXPORT_SYMBOL(xen_features);
+ 
+ void setup_xen_features(void)
+ {
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to