Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58123
b: refs/heads/master
c: 84288ad
h: refs/heads/master
i:
  58121: a8aca43
  58119: ec0a1bc
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 1, 2007
1 parent c412fea commit d8275a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5ebffd7c05391693b71d3326c8c78ff82f728ed0
refs/heads/master: 84288ad89e9736c7478e138f247397b9ab7a9d28
3 changes: 2 additions & 1 deletion trunk/arch/i386/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ get_fixed_ranges(mtrr_type * frs)

void mtrr_save_fixed_ranges(void *info)
{
get_fixed_ranges(mtrr_state.fixed_ranges);
if (cpu_has_mtrr)
get_fixed_ranges(mtrr_state.fixed_ranges);
}

static void print_fixed(unsigned base, unsigned step, const mtrr_type*types)
Expand Down

0 comments on commit d8275a7

Please sign in to comment.