Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113596
b: refs/heads/master
c: ebb535d
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 26, 2008
1 parent 68cfe3a commit b483435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 90645700ef8393cd9cdc02d83da36726fc88f49e
refs/heads/master: ebb535de267386f659e0348185b1e361dbba3b59
4 changes: 2 additions & 2 deletions trunk/arch/x86/oprofile/op_model_athlon.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ static int pfm_amd64_setup_eilvt(void)
u32 value = 0;

/* per CPU setup */
on_each_cpu(apic_init_ibs_nmi_per_cpu, NULL, 0, 1);
on_each_cpu(apic_init_ibs_nmi_per_cpu, NULL, 1);

nodes = 0;
cpu_cfg = NULL;
Expand Down Expand Up @@ -443,7 +443,7 @@ static void setup_ibs(void)
static void clear_ibs_nmi(void)
{
if (ibs_allowed)
on_each_cpu(apic_clear_ibs_nmi_per_cpu, NULL, 1, 1);
on_each_cpu(apic_clear_ibs_nmi_per_cpu, NULL, 1);
}

static void setup_ibs_files(struct super_block *sb, struct dentry *root)
Expand Down

0 comments on commit b483435

Please sign in to comment.