]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] 4xx: Introduce cpu_setup functionality to 44x platform
authorValentine Barshak <vbarshak@ru.mvista.com>
Fri, 21 Sep 2007 14:44:38 +0000 (00:44 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 3 Oct 2007 12:20:17 +0000 (07:20 -0500)
commit30b39e7d28cf933e1546db646a30a5672e6ae478
tree575a4a0b3ac8d9268c3db14af1d383dc4465112c
parent7dcee92bf87bb69f6552d80c023d33d44552e286
[POWERPC] 4xx: Introduce cpu_setup functionality to 44x platform

This adds cpu_setup functionality for ppc44x platform.
Low level cpu-spefic initialization routines should be
placed in cpu_setup_44x.S and a callback should be
added to cputable. The cpu_setup is invoked
by identify_cpu() function at early init.

Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/cpu_setup_44x.S [new file with mode: 0644]
arch/powerpc/kernel/cputable.c