From: Thomas Renninger Date: Tue, 20 Jan 2009 09:37:39 +0000 (+0100) Subject: x86: mtrr fix debug boot parameter X-Git-Tag: v2.6.29-rc3~42^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731f1872f4e8a0f1eabd49c3548207e79a421202;p=pandora-kernel.git 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 Acked-by: Jan Beulich Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed