[PATCH] powerpc: G4+ oprofile support
authorAndy Fleming <afleming@freescale.com>
Fri, 16 Dec 2005 02:02:04 +0000 (20:02 -0600)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:06:03 +0000 (15:06 +1100)
commit555d97ac87aef08bb55dff6f05e68fe2987d6f6d
tree7016485d112af04b972dcc749e437a7131424252
parente5cd040409dc0f8d34a21827d6b74918b3a4fccf
[PATCH] powerpc: G4+ oprofile support

This patch adds oprofile support for the 7450 and all its multitudinous
derivatives.

* Added 7450 (and derivatives) support for oprofile
* Changed e500 cputable to have oprofile model and cpu_type fields
* Added support for classic 32-bit performance monitor interrupt
* Cleaned up common powerpc oprofile code to be as common as possible
* Cleaned up oprofile_impl.h to reflect 32 bit classic code
* Added 32-bit MMCRx bitfield definitions and SPR numbers

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/head_32.S
arch/powerpc/kernel/pmc.c
arch/powerpc/kernel/traps.c
arch/powerpc/oprofile/Makefile
arch/powerpc/oprofile/common.c
arch/powerpc/oprofile/op_model_7450.c [new file with mode: 0644]
include/asm-powerpc/oprofile_impl.h
include/asm-powerpc/reg.h