projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395fe5f
)
target-moxie: Remove unused struct elements
author
Stefan Weil
<sw@weilnetz.de>
Thu, 24 Mar 2016 16:49:22 +0000
(17:49 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:02:49 +0000
(18:02 +0300)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-moxie/mmu.h
patch
|
blob
|
history
diff --git
a/target-moxie/mmu.h
b/target-moxie/mmu.h
index abc79297cdafddd11a4546dd6c8b6f288949fe1b..284a44d18e2a41312485ff34ab20a3e8e860b831 100644
(file)
--- a/
target-moxie/mmu.h
+++ b/
target-moxie/mmu.h
@@
-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;