[PATCH] ppc32: Add support for Freescale e200 (Book-E) core
authorKumar Gala <galak@freescale.com>
Sat, 25 Jun 2005 21:54:37 +0000 (14:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:26 +0000 (16:24 -0700)
commit33d9e9b56d5ccd7776fdfe3ecce4a2793dee6fd3
treee2ecb071823cc9ffe2755ed117bfabe04a35e1fc
parent62aa751d16399637325852bc0a1fcf13c2476dd7
[PATCH] ppc32: Add support for Freescale e200 (Book-E) core

The e200 core is a Book-E core (similar to e500) that has a unified L1 cache
and is not cache coherent on the bus.  The e200 core also adds a separate
exception level for debug exceptions.  Part of this patch helps to cleanup a
few cases that are true for all Freescale Book-E parts, not just e500.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
16 files changed:
arch/ppc/Kconfig
arch/ppc/Makefile
arch/ppc/kernel/Makefile
arch/ppc/kernel/cputable.c
arch/ppc/kernel/entry.S
arch/ppc/kernel/head_booke.h
arch/ppc/kernel/head_fsl_booke.S
arch/ppc/kernel/misc.S
arch/ppc/kernel/perfmon.c
arch/ppc/kernel/traps.c
arch/ppc/mm/fsl_booke_mmu.c
include/asm-ppc/mmu.h
include/asm-ppc/mmu_context.h
include/asm-ppc/ppc_asm.h
include/asm-ppc/reg.h
include/asm-ppc/reg_booke.h