ARM: Remove some obsolete and incorrect conditional compilation

This commit is contained in:
Gregory Nutt 2016-03-11 12:42:58 -06:00
parent faa0c4f1ca
commit 4d484399a9

View File

@ -46,7 +46,7 @@
#include "cp15.h"
#include "sctlr.h"
#if defined(CONFIG_SMP) && !defined(CONFIG_TLS)
#ifdef CONFIG_SMP
/****************************************************************************
* Public Functions
@ -83,4 +83,4 @@ int up_cpu_index(void)
return (mpidr & MPIDR_CPUID_MASK) >> MPIDR_CPUID_SHIFT;
}
#endif /* CONFIG_SMP && !CONFIG_TLS */
#endif /* CONFIG_SMP */