Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129963
b: refs/heads/master
c: 731f187
h: refs/heads/master
i:
  129961: 59980ea
  129959: 0167f72
v: v3
  • Loading branch information
Thomas Renninger authored and Ingo Molnar committed Jan 21, 2009
1 parent ccbebb2 commit 36c6e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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: a1e46212a410793d575718818e81ddc442a65283
refs/heads/master: 731f1872f4e8a0f1eabd49c3548207e79a421202
12 changes: 7 additions & 5 deletions trunk/arch/x86/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ u64 mtrr_tom2;
struct mtrr_state_type mtrr_state = {};
EXPORT_SYMBOL_GPL(mtrr_state);

#undef MODULE_PARAM_PREFIX
#define MODULE_PARAM_PREFIX "mtrr."

static int mtrr_show;
module_param_named(show, mtrr_show, bool, 0);
static int __initdata mtrr_show;
static int __init mtrr_debug(char *opt)
{
mtrr_show = 1;
return 0;
}
early_param("mtrr.show", mtrr_debug);

/*
* Returns the effective MTRR type for the region
Expand Down

0 comments on commit 36c6e62

Please sign in to comment.