Displaying 2 results from an estimated 2 matches for "1842,13".
Did you mean:
182,13
2007 Apr 18
0
[PATCH 2/6] Paravirt CPU hypercall batching mode
...NONE)
+
/* These all sit in the .parainstructions section to tell us what to patch. */
struct paravirt_patch {
u8 *instr; /* original instructions */
diff -r 01f2e46c1416 kernel/sched.c
--- a/kernel/sched.c Thu Dec 14 14:26:24 2006 -0800
+++ b/kernel/sched.c Thu Dec 14 14:44:56 2006 -0800
@@ -1842,6 +1842,13 @@ context_switch(struct rq *rq, struct tas
struct mm_struct *mm = next->mm;
struct mm_struct *oldmm = prev->active_mm;
+ /*
+ * For paravirt, this is coupled with an exit in switch_to to
+ * combine the page table reload and the switch backend into
+ * one hypercall.
+ *...
2007 Apr 18
0
[PATCH 2/6] Paravirt CPU hypercall batching mode
...NONE)
+
/* These all sit in the .parainstructions section to tell us what to patch. */
struct paravirt_patch {
u8 *instr; /* original instructions */
diff -r 01f2e46c1416 kernel/sched.c
--- a/kernel/sched.c Thu Dec 14 14:26:24 2006 -0800
+++ b/kernel/sched.c Thu Dec 14 14:44:56 2006 -0800
@@ -1842,6 +1842,13 @@ context_switch(struct rq *rq, struct tas
struct mm_struct *mm = next->mm;
struct mm_struct *oldmm = prev->active_mm;
+ /*
+ * For paravirt, this is coupled with an exit in switch_to to
+ * combine the page table reload and the switch backend into
+ * one hypercall.
+ *...