Displaying 2 results from an estimated 2 matches for "fcb59055d2b2".
2007 Apr 19
1
[RFC, PATCH 2/5] Paravirt_ops patch bugs.patch
...tal error; it means the kernel can not be properly virtualized.
In patch_insns, we just keep a warning instead; it may not be fatal, as
they paravirt-ops backend may just be trying to insert a greedy but not
necessary inline function.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r fcb59055d2b2 arch/i386/kernel/paravirt.c
--- a/arch/i386/kernel/paravirt.c Thu Apr 19 12:36:06 2007 -0700
+++ b/arch/i386/kernel/paravirt.c Thu Apr 19 15:42:02 2007 -0700
@@ -132,10 +140,8 @@ unsigned paravirt_patch_call(void *targe
unsigned char *call = site;
unsigned long delta = (unsigned long)target - (...
2007 Apr 19
1
[RFC, PATCH 2/5] Paravirt_ops patch bugs.patch
...tal error; it means the kernel can not be properly virtualized.
In patch_insns, we just keep a warning instead; it may not be fatal, as
they paravirt-ops backend may just be trying to insert a greedy but not
necessary inline function.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r fcb59055d2b2 arch/i386/kernel/paravirt.c
--- a/arch/i386/kernel/paravirt.c Thu Apr 19 12:36:06 2007 -0700
+++ b/arch/i386/kernel/paravirt.c Thu Apr 19 15:42:02 2007 -0700
@@ -132,10 +140,8 @@ unsigned paravirt_patch_call(void *targe
unsigned char *call = site;
unsigned long delta = (unsigned long)target - (...