Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145969
b: refs/heads/master
c: 1f3d7b6
h: refs/heads/master
i:
  145967: f9c879d
v: v3
  • Loading branch information
Andi Kleen authored and Robert Richter committed May 8, 2009
1 parent 7000c93 commit 88d0e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dcdb5a9e7c235e6e80f1f4d5b8247b3e5347e48
refs/heads/master: 1f3d7b60691993d8d368d8dd7d5d85871d41e8f5
5 changes: 1 addition & 4 deletions trunk/arch/x86/oprofile/nmi_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,11 @@ static void exit_sysfs(void)
#define exit_sysfs() do { } while (0)
#endif /* CONFIG_PM */

static int p4force;
module_param(p4force, int, 0);

static int __init p4_init(char **cpu_type)
{
__u8 cpu_model = boot_cpu_data.x86_model;

if (!p4force && (cpu_model > 6 || cpu_model == 5))
if (cpu_model > 6 || cpu_model == 5)
return 0;

#ifndef CONFIG_SMP
Expand Down

0 comments on commit 88d0e40

Please sign in to comment.