diff --git a/config/config.h.in b/config/config.h.in index 0865723434..f147b80213 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -32,7 +32,7 @@ /* DEBUG options */ // use atomic's to lock access when outputting debug -#if defined(__AROSEXEC_SMP__) || defined(__AROSPLATFORM_SMP__) +#if defined(__AROSEXEC_SMP__) #define DEBUG_USEATOMIC #endif