armv7a: remove indirection for cache info handler
There's only one function left that handles cache info display, no need any more for a function pointer and runtime initialization. Change-Id: I90b09577f81607917b11f0ab5600a0e2dce223e2 Signed-off-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-on: http://openocd.zylin.com/3025 Reviewed-by: Paul Fertser <fercerpav@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Paul Fertser
parent
8704e53665
commit
cd1a345267
@@ -84,8 +84,6 @@ struct armv7a_cache_common {
|
||||
/* outer unified cache if some */
|
||||
void *outer_cache;
|
||||
int (*flush_all_data_cache)(struct target *target);
|
||||
int (*display_cache_info)(struct command_context *cmd_ctx,
|
||||
struct armv7a_cache_common *armv7a_cache);
|
||||
};
|
||||
|
||||
struct armv7a_mmu_common {
|
||||
|
||||
Reference in New Issue
Block a user