From: H. Peter Anvin Date: Wed, 5 Mar 2014 23:41:15 +0000 (-0800) Subject: x86, reboot: Only use CF9_COND automatically, not CF9 X-Git-Tag: v3.15-rc1~158^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3bd7b19b2b6ef779d18573c10c00c53cd8add6;p=pandora-kernel.git x86, reboot: Only use CF9_COND automatically, not CF9 Only CF9_COND is appropriate for inclusion in the default chain, not CF9; the latter will poke that register unconditionally, whereas CF9_COND will at least look for PCI configuration method #1 or #2 first (a weak check, but better than nothing.) CF9 should be used for explicit system configuration (command line or DMI) only. Cc: Aubrey Li Cc: Matthew Garrett Link: http://lkml.kernel.org/r/53130A46.1010801@linux.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed