···142142/*143143 * __pa()/__va() should be used only during mem init.144144 */145145-#if defined(CONFIG_64BIT) && !defined(CONFIG_BUILD_ELF64)145145+#ifdef CONFIG_64BIT146146#define __pa(x) \147147({ \148148 unsigned long __x = (unsigned long)(x); \