arm7/9: remove unused post_restore_context
Unused. If something should happen after context restore, then the calling code can just do it afterwards. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -103,9 +103,6 @@ struct arm7_9_common
|
||||
void (*post_debug_entry)(struct target *target); /**< Callback function called after entering debug mode */
|
||||
|
||||
void (*pre_restore_context)(struct target *target); /**< Callback function called before restoring the processor context */
|
||||
void (*post_restore_context)(struct target *target); /**< Callback function called after restoring the processor context */
|
||||
|
||||
|
||||
};
|
||||
|
||||
static inline struct arm7_9_common *
|
||||
|
||||
Reference in New Issue
Block a user