···1660 * Set the base platform string once; assumes1661 * we're called with real pvr first.1662 */1663- if (powerpc_base_platform == NULL)1664- powerpc_base_platform = t->platform;16651666#if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)1667 /* ppc64 and booke expect identify_cpu to also call
···1660 * Set the base platform string once; assumes1661 * we're called with real pvr first.1662 */1663+ if (*PTRRELOC(&powerpc_base_platform) == NULL)1664+ *PTRRELOC(&powerpc_base_platform) = t->platform;16651666#if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)1667 /* ppc64 and booke expect identify_cpu to also call