powerpc/oprofile: Add ppc750 CL as supported by oprofile

Here's a patch that adds the ppc750 CL cpu as supported by oprofile.

Signed-off-by: Dragos Tatulea <dtatulea@ixiacom.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

authored by Dragos Tatulea and committed by Benjamin Herrenschmidt 04f56534 5be2a213

+2
+2
arch/powerpc/kernel/cputable.c
··· 711 .cpu_setup = __setup_cpu_750, 712 .machine_check = machine_check_generic, 713 .platform = "ppc750", 714 }, 715 { /* 745/755 */ 716 .pvr_mask = 0xfffff000,
··· 711 .cpu_setup = __setup_cpu_750, 712 .machine_check = machine_check_generic, 713 .platform = "ppc750", 714 + .oprofile_cpu_type = "ppc/750", 715 + .oprofile_type = PPC_OPROFILE_G4, 716 }, 717 { /* 745/755 */ 718 .pvr_mask = 0xfffff000,