powerpc/maple: Enable scom access functions on Maple

Enable functions used to access SCOM if PPC_MAPLE is defined: they are
used by cpufreq driver to control hardware.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Dmitry Eremin-Solenikov 2011-06-17 03:10:06 +00:00 committed by Benjamin Herrenschmidt
parent 3d41e0f6d9
commit e48f7eb27f

View File

@ -339,7 +339,7 @@ _GLOBAL(real_205_writeb)
#endif /* CONFIG_PPC_PASEMI */ #endif /* CONFIG_PPC_PASEMI */
#ifdef CONFIG_CPU_FREQ_PMAC64 #if defined(CONFIG_CPU_FREQ_PMAC64) || defined(CONFIG_CPU_FREQ_MAPLE)
/* /*
* SCOM access functions for 970 (FX only for now) * SCOM access functions for 970 (FX only for now)
* *
@ -408,7 +408,7 @@ _GLOBAL(scom970_write)
/* restore interrupts */ /* restore interrupts */
mtmsrd r5,1 mtmsrd r5,1
blr blr
#endif /* CONFIG_CPU_FREQ_PMAC64 */ #endif /* CONFIG_CPU_FREQ_PMAC64 || CONFIG_CPU_FREQ_MAPLE */
/* /*