From: Pierre-Marc Fournier Date: Mon, 11 Jan 2010 22:21:02 +0000 (-0500) Subject: remove save_ip stub X-Git-Tag: v0.1~15 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=3775acc2fd8e9d369f0c1544584dfe3b0c3cafbf remove save_ip stub --- diff --git a/include/ust/processor.h b/include/ust/processor.h index 6f0b949..987f75e 100644 --- a/include/ust/processor.h +++ b/include/ust/processor.h @@ -120,8 +120,6 @@ struct registers { memcpy(regsptr, (void *)ust_reg_stack_ptr, sizeof(struct registers)); \ ust_reg_stack_ptr = (void *)(((long)ust_reg_stack_ptr) + sizeof(struct registers)); -#define save_ip(channel,name) - #else /* CONFIG_UST_GDB_INTEGRATION */ #define save_registers(a)