Re: [PATCH v4 11/39] x86/resctrl: Export resctrl fs's init function

From: Reinette Chatre
Date: Wed Aug 14 2024 - 00:01:32 EST


Hi James,

On 8/2/24 10:28 AM, James Morse wrote:
rdtgroup_init() needs exporting so that arch code can call it once
it lives in core code. As this is one of the few functions exported,
rename it to have "resctrl" in the name. The same goes for the exit
call.

x86's arch code init functions for RDT are renamed to have an arch
prefix to make it clear these are part of the architecture code.

Please use imperative tone ... for example:
"Rename x86's arch code init functions ..."

Reinette