diff options
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r-- | arch/x86/oprofile/nmi_int.c | 2 |
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) | |||
394 | static int force_arch_perfmon; | 394 | static int force_arch_perfmon; |
395 | static int force_cpu_type(const char *str, struct kernel_param *kp) | 395 | static 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 | } |