From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [arch-general] powernow-k8 fails to load with linux 3.7.2 Date: Sat, 19 Jan 2013 13:08:14 +0100 Message-ID: <20130119120814.GA4026@pd.tnic> References: <20130116131725.4e590c34@bluemoon> <1448223.sdUJnNSRz4@vostro.rjw.lan> <20130116231728.GA10204@x1.alien8.de> <20130116181600.4c48ee3b@bluemoon> <20130117094648.GD30700@pd.tnic> <20130117194044.7a18a29d@bluemoon> <20130118113717.GA6808@pd.tnic> <20130118133233.4521ddb6@hydra> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1358597300; bh=MG0Co3tpxSPrMJS7Soz7lz0BLDI772IuidWJUPGh+ME=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=f7YGEgN3qT/YzWURTqgitDyEu91NWKwIJFxnav rB7JQF1pWK6mLPjARFLYUTp1ocBK2LQaWZFq0sh6HJoTOMbOwQJg5fmbxMjKA6bu6RO bgWHPZ1B+nYBNg9HY1wEDTpidLWJPaWjmIT/XyP5zEb5ZDRgRGNmfn5lWHxAz8yqn4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1358597300; bh=MG0Co3tpxSPrMJS7Soz7lz0BLDI772IuidWJUPGh+ME=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=f7YGEgN3qT/YzWURTqgitDyEu91NWKwIJFxnav rB7JQF1pWK6mLPjARFLYUTp1ocBK2LQaWZFq0sh6HJoTOMbOwQJg5fmbxMjKA6bu6RO bgWHPZ1B+nYBNg9HY1wEDTpidLWJPaWjmIT/XyP5zEb5ZDRgRGNmfn5lWHxAz8yqn4= Content-Disposition: inline In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Matthew Garrett , Leonid Isaev Cc: =?utf-8?B?QW5kcsOp?= Przywara , "Rafael J. Wysocki" , Tom Gundersen , "cpufreq@vger.kernel.org" , "linux-acpi@vger.kernel.org" On Fri, Jan 18, 2013 at 03:17:04PM +0000, Matthew Garrett wrote: > Can you try this (entirely untested) patch? > > diff --git a/drivers/cpufreq/acpi-cpufreq.c > b/drivers/cpufreq/acpi-cpufreq.c > index 0d048f6..7b0d49d 100644 > --- a/drivers/cpufreq/acpi-cpufreq.c > +++ b/drivers/cpufreq/acpi-cpufreq.c > @@ -1030,4 +1030,11 @@ MODULE_PARM_DESC(acpi_pstate_strict, > late_initcall(acpi_cpufreq_init); > module_exit(acpi_cpufreq_exit); > > +static const struct x86_cpu_id acpi_cpufreq_ids[] = { > + X86_FEATURE_MATCH(X86_FEATURE_ACPI), > + X86_FEATURE_MATCH(X86_FEATURE_HW_PSTATE), > + {} > +}; > +MODULE_DEVICE_TABLE(x86cpu, acpi_cpufreq_ids); > + > MODULE_ALIAS("acpi"); Leonid, can you try Matthew's patch? This is adding the additional cpufreatures aliases: alias: x86cpu:vendor:*:family:*:model:*:feature:*00E8* alias: x86cpu:vendor:*:family:*:model:*:feature:*0016* and since powernow-k8 used to load on 3.6-stable, it probably happened because the 0xe8 feature and since 3.7 moved it to acpi-cpufreq, this patch should actually fix it. Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --