mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Remove I/O priority. It is harmful when used with the new file code.
HAVE_IO_PRIORITY was defined for native targets with dircache. It is already effectively disabled for the most part since dircache no longer lowers its thread's I/O priority. It existed primarily for the aforementioned configuration. Change-Id: Ia04935305397ba14df34647c8ea29c2acaea92aa
This commit is contained in:
parent
5d31d3c3bc
commit
5b08f1a5b9
9 changed files with 0 additions and 121 deletions
|
|
@ -1196,10 +1196,6 @@ Lyre prototype 1 */
|
|||
#define HAVE_PLUGIN_CHECK_OPEN_CLOSE
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_DIRCACHE) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
#define HAVE_IO_PRIORITY
|
||||
#endif
|
||||
|
||||
#if defined(CPU_COLDIRE) || CONFIG_CPU == IMX31L
|
||||
/* Can record and play simultaneously */
|
||||
#define HAVE_PCM_FULL_DUPLEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue