mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19980 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00a9685985
commit
63e709c7c8
8 changed files with 515 additions and 346 deletions
|
|
@ -57,13 +57,6 @@ void imx31_regclr32(volatile uint32_t *reg_p, uint32_t mask);
|
|||
|
||||
#define KDEV_INIT
|
||||
|
||||
#define HAVE_CPUCACHE_INVALIDATE
|
||||
#define HAVE_CPUCACHE_FLUSH
|
||||
|
||||
/* Different internal names */
|
||||
#define cpucache_flush clean_dcache
|
||||
#define cpucache_invalidate invalidate_idcache
|
||||
|
||||
struct ARM_REGS {
|
||||
int r0;
|
||||
int r1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue