Displaying 2 results from an estimated 2 matches for "320f0d4d2280".
2007 Apr 18
2
[PATCH 2/5] Paravirt cpu batching.patch
...about when to flush cpu or mmu updates, we just allow one or
the other to be active. Although there is no real reason a more comprehensive
scheme could not be implemented, there is also no demonstrated need for this
extra complexity.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r 320f0d4d2280 arch/i386/kernel/paravirt.c
--- a/arch/i386/kernel/paravirt.c Tue Dec 12 13:50:50 2006 -0800
+++ b/arch/i386/kernel/paravirt.c Tue Dec 12 13:50:53 2006 -0800
@@ -545,6 +545,7 @@ struct paravirt_ops paravirt_ops = {
.apic_write_atomic = native_apic_write_atomic,
.apic_read = native_apic_read,
#...
2007 Apr 18
2
[PATCH 2/5] Paravirt cpu batching.patch
...about when to flush cpu or mmu updates, we just allow one or
the other to be active. Although there is no real reason a more comprehensive
scheme could not be implemented, there is also no demonstrated need for this
extra complexity.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r 320f0d4d2280 arch/i386/kernel/paravirt.c
--- a/arch/i386/kernel/paravirt.c Tue Dec 12 13:50:50 2006 -0800
+++ b/arch/i386/kernel/paravirt.c Tue Dec 12 13:50:53 2006 -0800
@@ -545,6 +545,7 @@ struct paravirt_ops paravirt_ops = {
.apic_write_atomic = native_apic_write_atomic,
.apic_read = native_apic_read,
#...