Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70985
b: refs/heads/master
c: c8f2518
h: refs/heads/master
i:
  70983: 981d4cc
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Thomas Gleixner committed Oct 17, 2007
1 parent f70b1c5 commit ca8b042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 6619a8fb594486363783cc4a8372e4d4ee4b913e
refs/heads/master: c8f2518e390638abc8255616a40b4a28caa66a95
8 changes: 1 addition & 7 deletions trunk/arch/x86/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,13 +738,7 @@ void mtrr_ap_init(void)
*/
void mtrr_save_state(void)
{
int cpu = get_cpu();

if (cpu == 0)
mtrr_save_fixed_ranges(NULL);
else
smp_call_function_single(0, mtrr_save_fixed_ranges, NULL, 1, 1);
put_cpu();
smp_call_function_single(0, mtrr_save_fixed_ranges, NULL, 1, 1);
}

static int __init mtrr_init_finialize(void)
Expand Down

0 comments on commit ca8b042

Please sign in to comment.