diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-04 15:42:04 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-04 15:42:04 +0000 |
commit | bf91ada56ab8ef6c6d80f401c879cc53a39a390b (patch) | |
tree | 69335056e0e729344e8ef8ab1148f88c67a1a493 /target-cris/mmu.h | |
parent | 4c5e8c5ce8a874880bc403ef153285f54dbbd960 (diff) |
CRIS: Remove unused pfn member from mmu translation results.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6160 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/mmu.h')
-rw-r--r-- | target-cris/mmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-cris/mmu.h b/target-cris/mmu.h index 5a1f92d594..1b9aff15bc 100644 --- a/target-cris/mmu.h +++ b/target-cris/mmu.h @@ -6,7 +6,6 @@ struct cris_mmu_result_t { uint32_t phy; - uint32_t pfn; int prot; int bf_vec; }; |