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:
@@ -292,7 +292,6 @@ static int fa526_init_arch_info_2(struct target *target,
|
||||
arm7_9->post_debug_entry = NULL;
|
||||
|
||||
arm7_9->pre_restore_context = NULL;
|
||||
arm7_9->post_restore_context = NULL;
|
||||
|
||||
/* initialize arch-specific breakpoint handling */
|
||||
arm7_9->arm_bkpt = 0xdeeedeee;
|
||||
|
||||
Reference in New Issue
Block a user