search for: patch_insn

Displaying 2 results from an estimated 2 matches for "patch_insn".

Did you mean: patch_inst
2007 Apr 19
1
[RFC, PATCH 2/5] Paravirt_ops patch bugs.patch
Failing to patch because not enough space is available for a call or jump or because the site clobbers do not allow the target clobbers to fit is a fatal 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...
2007 Apr 19
1
[RFC, PATCH 2/5] Paravirt_ops patch bugs.patch
Failing to patch because not enough space is available for a call or jump or because the site clobbers do not allow the target clobbers to fit is a fatal 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...