Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 15 Nov 2001 05:07:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 15 Nov 2001 05:07:40 -0500 Received: from gold.MUSKOKA.COM ([216.123.107.5]:4618 "EHLO gold.muskoka.com") by vger.kernel.org with ESMTP id ; Thu, 15 Nov 2001 05:07:25 -0500 Message-ID: <3BF392EF.21CCC234@yahoo.com> Date: Thu, 15 Nov 2001 05:03:27 -0500 From: Paul Gortmaker X-Mailer: Mozilla 3.04 (X11; I; Linux 2.4.14 i586) MIME-Version: 1.0 To: Dave Jones CC: Richard Gooch , Linux Kernel Mailing List Subject: [PATCH] mtrr (was Re: GPLONLY kernel symbols???) In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Dave Jones wrote: > > On Tue, 13 Nov 2001, Alan Cox wrote: > > > I wasnt aware mtrr.c had an active maintainer. > > Well, hpa and myself are the only ones really maintaining it > in the last two years judging from the changelog. Some others > probably also contributed small changes not worthy of an entry. Another SCNWOAE... Paul. --- arch/i386/kernel/mtrr.c~ Tue Nov 6 19:14:03 2001 +++ arch/i386/kernel/mtrr.c Thu Nov 15 04:58:40 2001 @@ -489,7 +489,6 @@ case MTRR_IF_INTEL: rdmsr (MTRRcap_MSR, config, dummy); return (config & (1<<10)); - return 1; case MTRR_IF_AMD_K6: case MTRR_IF_CENTAUR_MCR: case MTRR_IF_CYRIX_ARR: - 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/