X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sim%2Fbfin%2Fdv-bfin_mmu.h;h=0d78bcbf038215369571d12d8cca8bd0c819a1cb;hb=refs%2Fheads%2Fupstream;hp=e03a327f839ce8eec95d907bc8db323587eaee38;hpb=ef016f835f292f01f065412fcfd84c50bfff1fea;p=external%2Fbinutils.git diff --git a/sim/bfin/dv-bfin_mmu.h b/sim/bfin/dv-bfin_mmu.h index e03a327..0d78bcb 100644 --- a/sim/bfin/dv-bfin_mmu.h +++ b/sim/bfin/dv-bfin_mmu.h @@ -1,6 +1,6 @@ /* Blackfin Memory Management Unit (MMU) model. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2019 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. This file is part of simulators. @@ -21,9 +21,6 @@ #ifndef DV_BFIN_MMU_H #define DV_BFIN_MMU_H -#define BFIN_COREMMR_MMU_BASE 0xFFE00000 -#define BFIN_COREMMR_MMU_SIZE 0x2000 - void mmu_check_addr (SIM_CPU *, bu32 addr, bool write, bool inst, int size); void mmu_check_cache_addr (SIM_CPU *, bu32 addr, bool write, bool inst); void mmu_process_fault (SIM_CPU *, bu32 addr, bool write, bool inst, bool unaligned, bool miss);