aarch64: remove unused struct components
remove unused register index array from armv8_mode_data[] Change-Id: I686c20eeb3da413f5e9ef6058e31ce939741afb4 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
This commit is contained in:
parent
7d537dc8e9
commit
2407721e14
|
@ -46,11 +46,6 @@ static const char * const armv8_state_strings[] = {
|
|||
static const struct {
|
||||
const char *name;
|
||||
unsigned psr;
|
||||
/* For user and system modes, these list indices for all registers.
|
||||
* otherwise they're just indices for the shadow registers and SPSR.
|
||||
*/
|
||||
unsigned short n_indices;
|
||||
const uint8_t *indices;
|
||||
} armv8_mode_data[] = {
|
||||
/* These special modes are currently only supported
|
||||
* by ARMv6M and ARMv7M profiles */
|
||||
|
|
Loading…
Reference in New Issue