From 82e40076d182fe56aa1b9b3bb16023518801587b Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 8 Jun 2010 14:24:07 +0000 Subject: CPU_PP implies CPU_ARM is defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26690 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/thread.h b/firmware/export/thread.h index f27557b3d4..a26b5962e2 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -342,7 +342,7 @@ struct core_entry #endif /* Macros generate better code than an inline function is this case */ -#if (defined (CPU_PP) || defined (CPU_ARM)) +#if defined (CPU_ARM) /* atomic */ #if CONFIG_CORELOCK == SW_CORELOCK #define test_and_set(a, v, cl) \ -- cgit v1.2.3