]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit84e3ad5b91ed51db7513a54ad7ed652ab0ca4ba1
tree575a4a0b3ac8d9268c3db14af1d383dc4465112c
parent2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb
[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