projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a9a76
)
x86: fix typo in enable_mtrr_cleanup early parameter
author
J.A. Magallón
<jamagallon@ono.com>
Tue, 30 Sep 2008 08:02:52 +0000
(10:02 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 30 Sep 2008 08:06:09 +0000
(10:06 +0200)
Correct typo for 'enable_mtrr_cleanup' early boot param name.
Signed-off-by: J.A. Magallon <jamagallon@ono.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mtrr/main.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/mtrr/main.c
b/arch/x86/kernel/cpu/mtrr/main.c
index
b117d7f
..
885c826
100644
(file)
--- a/
arch/x86/kernel/cpu/mtrr/main.c
+++ b/
arch/x86/kernel/cpu/mtrr/main.c
@@
-834,7
+834,7
@@
static int __init enable_mtrr_cleanup_setup(char *str)
enable_mtrr_cleanup = 1;
return 0;
}
-early_param("enble_mtrr_cleanup", enable_mtrr_cleanup_setup);
+early_param("en
a
ble_mtrr_cleanup", enable_mtrr_cleanup_setup);
struct var_mtrr_state {
unsigned long range_startk;