Re: [PATCH 11/X] uprobes: x86: introduce xol_was_trapped()
From: Srikar Dronamraju <hidden>
Date: 2011-10-24 15:18:08
Also in:
lkml
From: Srikar Dronamraju <hidden>
Date: 2011-10-24 15:18:08
Also in:
lkml
diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h index 1c30cfd..f0fbdab 100644 --- a/arch/x86/include/asm/uprobes.h +++ b/arch/x86/include/asm/uprobes.h@@ -39,6 +39,7 @@ struct uprobe_arch_info { struct uprobe_task_arch_info { unsigned long saved_scratch_register; + unsigned long saved_trap_no; }; #else struct uprobe_arch_info {};
one nit I had to add saved_trap_no to #else part (i.e uprobe_arch_info ). -- Thanks and Regards Srikar -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>