]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-xen-sparse-nv.patch
- xen0/xenU todo entry (compile failure)
[packages/kernel.git] / kernel-xen-sparse-nv.patch
1 diff -urN linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c linux-2.6-xen-sparse-nv/arch/i386/mm/hypervisor.c
2 --- linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c      2006-04-13 19:48:37.000000000 +0200
3 +++ linux-2.6-xen-sparse-nv/arch/i386/mm/hypervisor.c   2006-04-16 15:34:51.000000000 +0200
4 @@ -133,6 +133,7 @@
5         op.cmd = MMUEXT_TLB_FLUSH_LOCAL;
6         BUG_ON(HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0);
7  }
8 +EXPORT_SYMBOL(xen_tlb_flush);
9  
10  void xen_invlpg(unsigned long ptr)
11  {
12 diff -urN linux-2.6-xen-sparse/drivers/xen/core/evtchn.c linux-2.6-xen-sparse-nv/drivers/xen/core/evtchn.c
13 --- linux-2.6-xen-sparse/drivers/xen/core/evtchn.c      2006-04-13 19:48:37.000000000 +0200
14 +++ linux-2.6-xen-sparse-nv/drivers/xen/core/evtchn.c   2006-04-16 15:34:04.000000000 +0200
15 @@ -188,7 +188,7 @@
16  {
17         (void)HYPERVISOR_xen_version(0, NULL);
18  }
19 -EXPORT_SYMBOL_GPL(force_evtchn_callback);
20 +EXPORT_SYMBOL(force_evtchn_callback);
21  
22  /* NB. Interrupts are disabled on entry. */
23  asmlinkage void evtchn_do_upcall(struct pt_regs *regs)
24 diff -urN linux-2.6-xen-sparse/drivers/xen/core/features.c linux-2.6-xen-sparse-nv/drivers/xen/core/features.c
25 --- linux-2.6-xen-sparse/drivers/xen/core/features.c    2006-04-13 19:48:37.000000000 +0200
26 +++ linux-2.6-xen-sparse-nv/drivers/xen/core/features.c 2006-04-16 15:33:03.000000000 +0200
27 @@ -12,7 +12,7 @@
28  #include <xen/features.h>
29  
30  u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly;
31 -EXPORT_SYMBOL_GPL(xen_features);
32 +EXPORT_SYMBOL(xen_features);
33  
34  void setup_xen_features(void)
35  {
This page took 0.026515 seconds and 3 git commands to generate.