Skip to content

Commit

Permalink
x86: fix typo in enable_mtrr_cleanup early parameter
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J.A. Magallón authored and Ingo Molnar committed Sep 30, 2008
1 parent 77a9a76 commit 3dcd7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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("enable_mtrr_cleanup", enable_mtrr_cleanup_setup);

struct var_mtrr_state {
unsigned long range_startk;
Expand Down

0 comments on commit 3dcd7e2

Please sign in to comment.