diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-08 14:24:07 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-08 14:24:07 +0000 |
commit | 82e40076d182fe56aa1b9b3bb16023518801587b (patch) | |
tree | 7aebb15cb82541efe288e624d29fa11db2f631b2 /firmware/export | |
parent | e6c9691f0b2a9c4ca412cc54b7bd4c425d57b491 (diff) |
CPU_PP implies CPU_ARM is defined
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26690 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |