summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/thread-pp.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-08 03:23:29 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-08 03:23:29 -0400
commit9a3400a4a667e32d1dd0b50364b083787ff63320 (patch)
tree5676a100428362373b96249d2891c131f9fcf44b /firmware/target/arm/pp/thread-pp.c
parent4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 (diff)
downloadrockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.tar.gz
rockbox-9a3400a4a667e32d1dd0b50364b083787ff63320.zip
Fix some more straggling stuff
* HWCODEC bootloaders * Remove references to thread structures outside the kernel. They are private and should not be used elsewhere. The mrobe-100 is an offender that gets squashed. * The ata.c hack stuff for large sector disks on iPod Video gets squashed for the same reason. I will no longer maintain it, period; please find the real reason for its difficulties. Change-Id: Iae1a675beac887754eb3cc59b560c941077523f5
Diffstat (limited to 'firmware/target/arm/pp/thread-pp.c')
-rw-r--r--firmware/target/arm/pp/thread-pp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/pp/thread-pp.c b/firmware/target/arm/pp/thread-pp.c
index b2e7fb018d..184d243e8d 100644
--- a/firmware/target/arm/pp/thread-pp.c
+++ b/firmware/target/arm/pp/thread-pp.c
@@ -21,11 +21,6 @@
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23 23
24#if defined(MAX_PHYS_SECTOR_SIZE) && MEMORYSIZE == 64
25/* Support a special workaround object for large-sector disks */
26#define IF_NO_SKIP_YIELD(...) __VA_ARGS__
27#endif
28
29#if NUM_CORES == 1 24#if NUM_CORES == 1
30/* Single-core variants for FORCE_SINGLE_CORE */ 25/* Single-core variants for FORCE_SINGLE_CORE */
31static inline void core_sleep(void) 26static inline void core_sleep(void)