x86: fix typo in enable_mtrr_cleanup early parameter
authorJ.A. Magallón <jamagallon@ono.com>
Tue, 30 Sep 2008 08:02:52 +0000 (10:02 +0200)
committerIngo 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

index b117d7f..885c826 100644 (file)
@@ -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;