diff options
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; }; |