···142/*143 * __pa()/__va() should be used only during mem init.144 */145-#if defined(CONFIG_64BIT) && !defined(CONFIG_BUILD_ELF64)146#define __pa(x) \147({ \148 unsigned long __x = (unsigned long)(x); \
···142/*143 * __pa()/__va() should be used only during mem init.144 */145+#ifdef CONFIG_64BIT146#define __pa(x) \147({ \148 unsigned long __x = (unsigned long)(x); \