162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef POWERPC_85XX_SMP_H_
362306a36Sopenharmony_ci#define POWERPC_85XX_SMP_H_ 1
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <linux/init.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifdef CONFIG_SMP
862306a36Sopenharmony_civoid __init mpc85xx_smp_init(void);
962306a36Sopenharmony_ciint __init mpc85xx_setup_pmc(void);
1062306a36Sopenharmony_ci#else
1162306a36Sopenharmony_cistatic inline void mpc85xx_smp_init(void)
1262306a36Sopenharmony_ci{
1362306a36Sopenharmony_ci	/* Nothing to do */
1462306a36Sopenharmony_ci}
1562306a36Sopenharmony_ci#endif
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif /* not POWERPC_85XX_SMP_H_ */
18