
21 Jul
2010
21 Jul
'10
7:37 a.m.
On Jul 15, 2010, at 12:05 AM, Kumar Gala wrote:
There are various locations that we have chip specific info:
- Makefile for which ddr code to build
- Added p3041 to cpu_type_list and SVR list
- Added number of LAWs for p3041
- Set CONFIG_MAX_CPUS to 4 for p3041
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/Makefile | 1 + arch/powerpc/cpu/mpc8xxx/cpu.c | 2 ++ arch/powerpc/include/asm/config.h | 2 ++ arch/powerpc/include/asm/processor.h | 2 ++ drivers/misc/fsl_law.c | 3 ++- 5 files changed, 9 insertions(+), 1 deletions(-)
applied to 85xx
- k