From 9a3400a4a667e32d1dd0b50364b083787ff63320 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 8 Aug 2014 03:23:29 -0400 Subject: 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 --- firmware/target/arm/pp/thread-pp.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/target/arm/pp/thread-pp.c') 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 @@ * ****************************************************************************/ -#if defined(MAX_PHYS_SECTOR_SIZE) && MEMORYSIZE == 64 -/* Support a special workaround object for large-sector disks */ -#define IF_NO_SKIP_YIELD(...) __VA_ARGS__ -#endif - #if NUM_CORES == 1 /* Single-core variants for FORCE_SINGLE_CORE */ static inline void core_sleep(void) -- cgit v1.2.3