aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r--arch/x86/oprofile/nmi_int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c
index 28ee490c1b80..93df76dd60f4 100644
--- a/arch/x86/oprofile/nmi_int.c
+++ b/arch/x86/oprofile/nmi_int.c
@@ -394,7 +394,7 @@ static int __init p4_init(char **cpu_type)
394static int force_arch_perfmon; 394static int force_arch_perfmon;
395static int force_cpu_type(const char *str, struct kernel_param *kp) 395static int force_cpu_type(const char *str, struct kernel_param *kp)
396{ 396{
397 if (!strcmp(str, "archperfmon")) { 397 if (!strcmp(str, "arch_perfmon")) {
398 force_arch_perfmon = 1; 398 force_arch_perfmon = 1;
399 printk(KERN_INFO "oprofile: forcing architectural perfmon\n"); 399 printk(KERN_INFO "oprofile: forcing architectural perfmon\n");
400 } 400 }