mirror of https://gitee.com/openkylin/qemu.git
target-moxie: Remove unused struct elements
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
395fe5f241
commit
a5cbe92199
|
@ -6,11 +6,6 @@
|
|||
typedef struct {
|
||||
uint32_t phy;
|
||||
uint32_t pfn;
|
||||
unsigned g:1;
|
||||
unsigned v:1;
|
||||
unsigned k:1;
|
||||
unsigned w:1;
|
||||
unsigned e:1;
|
||||
int cause_op;
|
||||
} MoxieMMUResult;
|
||||
|
||||
|
|
Loading…
Reference in New Issue