mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Remove TRACE_MMU
This commit is contained in:
parent
b3a260a971
commit
f18249968d
@ -20,7 +20,6 @@ void write_phys(void *addr, unsigned long value);
|
||||
extern unsigned long get_page_size(void);
|
||||
extern int logical2physicalAttr(unsigned long logical, unsigned long *physicalAddr, unsigned long *attr);
|
||||
extern int logical2physical(unsigned long logical, unsigned long *physicalAddr);
|
||||
#define TRACE_MMU
|
||||
#ifdef TRACE_MMU
|
||||
extern void MMU_set_trace(int enable);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user