From bf91ada56ab8ef6c6d80f401c879cc53a39a390b Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Sun, 4 Jan 2009 15:42:04 +0000 Subject: CRIS: Remove unused pfn member from mmu translation results. Signed-off-by: Edgar E. Iglesias git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6160 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-cris/mmu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-cris/mmu.h') 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; }; -- cgit v1.2.1