From 6f34e64b09b2a61156e837b3077dae619c60f2ea Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Tue, 29 Nov 2016 21:14:15 +0300 Subject: [PATCH] target: armv7a: remove unused level_num field from armv7a_cachesize This was never used and produces warnings on some systems. Change-Id: I48d2c5b79890bb2d70c5fae95278b8eb62743398 Reported-by: Tommy Murphy Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/3891 Tested-by: jenkins --- src/target/armv7a.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 6a62f72c6..c5c03c895 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -48,7 +48,6 @@ struct armv7a_l2x_cache { }; struct armv7a_cachesize { - uint32_t level_num; /* cache dimensionning */ uint32_t linelen; uint32_t associativity;