Files
android_kernel_xiaomi_sm8450/arch/x86/kernel/cpu/mtrr
Thomas Renninger 731f1872f4 x86: mtrr fix debug boot parameter
while looking at:

  http://bugzilla.kernel.org/show_bug.cgi?id=11541

I realized that the mtrr.show param cannot work, because
the code is processed much too early.

This patch:
 - Declares mtrr.show as early_param
 - Stays consistent with the previous param (which I doubt
   that it ever worked), so mtrr.show=1 would still work
 - Declares mtrr_show as initdata

Signed-off-by: Thomas Renninger <trenn@suse.de>
Acked-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-21 12:26:42 +01:00
..
2008-01-30 13:30:31 +01:00
2007-10-11 11:16:28 +02:00
2008-02-04 16:48:01 +01:00
2009-01-21 12:26:42 +01:00
2009-01-02 22:41:36 +01:00
2007-10-11 11:16:28 +02:00
2008-12-31 16:51:44 +02:00