x86: fix typo in enable_mtrr_cleanup early parameter
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>
This commit is contained in:
parent
77a9a768b7
commit
3dcd7e269d
|
@ -834,7 +834,7 @@ static int __init enable_mtrr_cleanup_setup(char *str)
|
||||||
enable_mtrr_cleanup = 1;
|
enable_mtrr_cleanup = 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
early_param("enble_mtrr_cleanup", enable_mtrr_cleanup_setup);
|
early_param("enable_mtrr_cleanup", enable_mtrr_cleanup_setup);
|
||||||
|
|
||||||
struct var_mtrr_state {
|
struct var_mtrr_state {
|
||||||
unsigned long range_startk;
|
unsigned long range_startk;
|
||||||
|
|
Loading…
Reference in New Issue