Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281AbYJ1QAv (ORCPT ); Tue, 28 Oct 2008 12:00:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752094AbYJ1QAl (ORCPT ); Tue, 28 Oct 2008 12:00:41 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:56640 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752073AbYJ1QAk (ORCPT ); Tue, 28 Oct 2008 12:00:40 -0400 Date: Tue, 28 Oct 2008 17:00:26 +0100 From: Ingo Molnar To: Joerg Roedel Cc: Jouni Malinen , Oliver Neukum , Nicolas Bareil , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, j@w1.fi Subject: Re: [PATCH] x86, gart: fix gart detection for Fam11h CPUs Message-ID: <20081028160026.GB27531@elte.hu> References: <1225206834-6189-1-git-send-email-joerg.roedel@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1225206834-6189-1-git-send-email-joerg.roedel@amd.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 26 * Joerg Roedel wrote: > The AMD Fam11h CPUs have a K8 northbridge. This northbridge is > different from other familys because it lacks GART support (as I > just learned). But the kernel implicitly expects a GART if it finds > an AMD northbridge. Fix this by removing the Fam11h northbridge id > from the scan list of K8 northbridges. This patch also changes the > message in the GART driver about missing K8 northbridges to tell > that the GART is missing which is the correct information in this > case. > > Signed-off-by: Joerg Roedel > --- > arch/x86/kernel/k8.c | 1 - > arch/x86/kernel/pci-gart_64.c | 2 +- > 2 files changed, 1 insertions(+), 2 deletions(-) applied to tip/x86/urgent, thanks Joerg! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/