From: Andreas Herrmann Date: Fri, 17 Sep 2010 16:07:45 +0000 (+0200) Subject: x86, cacheinfo: Fix dependency of AMD L3 CID X-Git-Tag: v2.6.37-rc1~212^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3518dd14ca888085797ca8d3a9e11c8ef9e7ae68;p=pandora-kernel.git x86, cacheinfo: Fix dependency of AMD L3 CID L3 cache index disable code uses PCI accesses to AMD northbridge functions. Currently the code is #ifdef CONFIG_CPU_SUP_AMD. But it should be #if (defined(CONFIG_CPU_SUP_AMD) && defined(CONFIG_PCI)) which in the end is a dependency to K8_NB. Signed-off-by: Andreas Herrmann LKML-Reference: <20100917160744.GF4958@loge.amd.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed