Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [patch] sb1 oprofile
@ 2006-01-17 20:06 Mark Mason
  2006-01-19  0:46 ` Ralf Baechle DL5RB
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Mason @ 2006-01-17 20:06 UTC (permalink / raw)
  To: linux-mips

Hello,

The following patch provides oprofile support for the SB1 processors.
[Please apply - lol]

/Mark


diff --git a/arch/mips/oprofile/Makefile b/arch/mips/oprofile/Makefile
--- a/arch/mips/oprofile/Makefile
+++ b/arch/mips/oprofile/Makefile
@@ -12,4 +12,5 @@ oprofile-y				:= $(DRIVER_OBJS) common.o
 
 oprofile-$(CONFIG_CPU_MIPS32)		+= op_model_mipsxx.o
 oprofile-$(CONFIG_CPU_MIPS64)		+= op_model_mipsxx.o
+oprofile-$(CONFIG_CPU_SB1)		+= op_model_mipsxx.o
 oprofile-$(CONFIG_CPU_RM9000)		+= op_model_rm9000.o
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c
--- a/arch/mips/oprofile/common.c
+++ b/arch/mips/oprofile/common.c
@@ -79,6 +79,8 @@ int __init oprofile_arch_init(struct opr
 	case CPU_20KC:
 	case CPU_24K:
 	case CPU_25KF:
+	case CPU_SB1:
+	case CPU_SB1A:
 		lmodel = &op_model_mipsxx;
 		break;
 
diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c
--- a/arch/mips/oprofile/op_model_mipsxx.c
+++ b/arch/mips/oprofile/op_model_mipsxx.c
@@ -205,6 +205,11 @@ static int __init mipsxx_init(void)
 		op_model_mipsxx.cpu_type = "mips/5K";
 		break;
 
+	case CPU_SB1:
+	case CPU_SB1A:
+		op_model_mipsxx.cpu_type = "mips/sb1";
+		break;
+
 	default:
 		printk(KERN_ERR "Profiling unsupported for this CPU\n");
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] sb1 oprofile
  2006-01-17 20:06 [patch] sb1 oprofile Mark Mason
@ 2006-01-19  0:46 ` Ralf Baechle DL5RB
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle DL5RB @ 2006-01-19  0:46 UTC (permalink / raw)
  To: Mark Mason; +Cc: linux-mips

On Tue, Jan 17, 2006 at 12:06:32PM -0800, Mark Mason wrote:

> The following patch provides oprofile support for the SB1 processors.
> [Please apply - lol]

Ok ;-)

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-19 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-17 20:06 [patch] sb1 oprofile Mark Mason
2006-01-19  0:46 ` Ralf Baechle DL5RB

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox