summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-30 11:28:50 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-30 14:01:21 -0400
commit5b08f1a5b99136ef052b6f430b62bc618cd44946 (patch)
tree257d405d78e871e6b944db987ffaf5c40f862fce /firmware/export
parent5d31d3c3bc0358eeed08e2a5242dc2b065110aad (diff)
downloadrockbox-5b08f1a5b99136ef052b6f430b62bc618cd44946.tar.gz
rockbox-5b08f1a5b99136ef052b6f430b62bc618cd44946.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index b1ee101fe6..a56dd32303 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1196,10 +1196,6 @@ Lyre prototype 1 */
1196#define HAVE_PLUGIN_CHECK_OPEN_CLOSE 1196#define HAVE_PLUGIN_CHECK_OPEN_CLOSE
1197#endif 1197#endif
1198 1198
1199#if defined(HAVE_DIRCACHE) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
1200#define HAVE_IO_PRIORITY
1201#endif
1202
1203#if defined(CPU_COLDIRE) || CONFIG_CPU == IMX31L 1199#if defined(CPU_COLDIRE) || CONFIG_CPU == IMX31L
1204/* Can record and play simultaneously */ 1200/* Can record and play simultaneously */
1205#define HAVE_PCM_FULL_DUPLEX 1201#define HAVE_PCM_FULL_DUPLEX