arm: mmu: remove duplicate definitions for MMU flags
The arm/mmu.h header already has these flags.
This commit is contained in:
committed by
Travis Geiselbrecht
parent
e1d0b57f77
commit
0e6cd9224b
@@ -42,10 +42,6 @@ static uint32_t *tt = (void *)MMU_TRANSLATION_TABLE_ADDR;
|
||||
static uint32_t tt[4096] __ALIGNED(16384);
|
||||
#endif
|
||||
|
||||
#define MMU_FLAG_CACHED 0x1
|
||||
#define MMU_FLAG_BUFFERED 0x2
|
||||
#define MMU_FLAG_READWRITE 0x4
|
||||
|
||||
void arm_mmu_map_section(addr_t paddr, addr_t vaddr, uint flags)
|
||||
{
|
||||
int index;
|
||||
|
||||
Reference in New Issue
Block a user