[kernel/rawhide/user/myoung/xendom0] unmangle a patch in xen.next-2.6.38.patch

myoung myoung at fedoraproject.org
Wed Feb 9 20:45:50 UTC 2011


commit 08e6a00037319d49080f272aedb433ea2c1c354d
Author: Michael Young <m.a.young at durham.ac.uk>
Date:   Wed Feb 9 20:45:10 2011 +0000

    unmangle a patch in xen.next-2.6.38.patch

 xen.next-2.6.38.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xen.next-2.6.38.patch b/xen.next-2.6.38.patch
index 1644eca..de0d56c 100644
--- a/xen.next-2.6.38.patch
+++ b/xen.next-2.6.38.patch
@@ -39455,7 +39455,7 @@ index 82b8e7e..7aaf322 100644
  	struct mmuext_op *op;
  	struct multicall_space mcs;
  
-+	trace_xen_mmu_flush_tlb_single(addr);
++	trace_xen_mmu_flush_tlb(0);
 +
  	preempt_disable();
  
@@ -39464,7 +39464,7 @@ index 82b8e7e..7aaf322 100644
  	struct mmuext_op *op;
  	struct multicall_space mcs;
  
-+	trace_xen_mmu_flush_tlb(0);
++	trace_xen_mmu_flush_tlb_single(addr);
 +
  	preempt_disable();
  


More information about the scm-commits mailing list