From: Shaohua Li Date: Fri, 8 Jul 2005 00:56:38 +0000 (-0700) Subject: [PATCH] MTRR suspend/resume cleanup X-Git-Tag: v2.6.13-rc3~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b520b238e018ef0e9d11c9115d5e7d9419c4ef9;p=pandora-kernel.git [PATCH] MTRR suspend/resume cleanup There has been some discuss about solving the SMP MTRR suspend/resume breakage, but I didn't find a patch for it. This is an intent for it. The basic idea is moving mtrr initializing into cpu_identify for all APs (so it works for cpu hotplug). For BP, restore_processor_state is responsible for restoring MTRR. Signed-off-by: Shaohua Li Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed