diff options
| author | James Morse <james.morse@arm.com> | 2025-05-15 16:58:54 +0000 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2025-05-16 14:36:09 +0200 |
| commit | 7168ae330e8105296210b2b2d31d791d5c073345 (patch) | |
| tree | 68c3fd4ab5666df408ca75e81dc6f239fdf80379 /fs/resctrl/Kconfig | |
| parent | f6b25be204b8661e4c32fa770a4c9e3a113ee325 (diff) | |
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
Resctrl is a filesystem interface to hardware that provides cache
allocation policy and bandwidth control for groups of tasks or CPUs.
To support more than one architecture, resctrl needs to live in /fs/.
Move the code that is concerned with the filesystem interface to
/fs/resctrl.
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Reviewed-by: Fenghua Yu <fenghuay@nvidia.com>
Tested-by: Fenghua Yu <fenghuay@nvidia.com>
Tested-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/20250515165855.31452-25-james.morse@arm.com
Diffstat (limited to 'fs/resctrl/Kconfig')
| -rw-r--r-- | fs/resctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/resctrl/Kconfig b/fs/resctrl/Kconfig index 478a8e2ad99f..21671301bd8a 100644 --- a/fs/resctrl/Kconfig +++ b/fs/resctrl/Kconfig @@ -21,7 +21,7 @@ config RESCTRL_FS On architectures where this can be disabled independently, it is safe to say N. - See <file:Documentation/arch/x86/resctrl.rst> for more information. + See <file:Documentation/filesystems/resctrl.rst> for more information. config RESCTRL_FS_PSEUDO_LOCK bool |
