[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201027175748.GJ15580@zn.tnic>
Date: Tue, 27 Oct 2020 18:57:48 +0100
From: Borislav Petkov <bp@...en8.de>
To: Fenghua Yu <fenghua.yu@...el.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Stephane Eranian <eranian@...gle.com>,
Tony Luck <tony.luck@...el.com>,
Reinette Chatre <reinette.chatre@...el.com>,
Randy Dunlap <rdunlap@...radead.org>,
Ravi V Shankar <ravi.v.shankar@...el.com>,
linux-kernel <linux-kernel@...r.kernel.org>, x86 <x86@...nel.org>
Subject: Re: [PATCH v3 2/2] x86/resctrl: Correct MBM total and local values
On Wed, Oct 14, 2020 at 12:49:27AM +0000, Fenghua Yu wrote:
> +static const struct mbm_correction_factor_table {
> + u32 rmidthreshold;
> + u64 cf;
> +} mbm_cf_table[] = {
That thing wants to be __initdata, AFAICT, since the only function
touching it is __init.
Made it so.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
Powered by blists - more mailing lists