From 3775acc2fd8e9d369f0c1544584dfe3b0c3cafbf Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 11 Jan 2010 17:21:02 -0500 Subject: [PATCH] remove save_ip stub --- include/ust/processor.h | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.34.1