rockbox/firmware/target/mips
2010-05-21 15:33:31 +00:00
..
ingenic_jz47xx ata: do some threading-related corrections (some sync related where it matters). Make sure 'sleeping' is 'false' before the powerup sequence (throws-off powermgmt and it *is* about to woken again and powermgmt will need to compensate). Avoid looking at mutex flag directly; there's no tangible benefit I can discern and changes to the kernel that alter the meaning shouldn't be able to break anything. For that, in the jz sd driver, have sd_disk_is_active just return 'false' like all the other SD drivers do. If it *must* return this, it should implement it's own method but it seems to not matter. 2010-05-21 15:33:31 +00:00
ffs-mips.S
memcpy-mips.S
memset-mips.S
mmu-mips.c Fix RoLo on MIPS targets 2009-06-04 11:57:43 +00:00
mmu-mips.h