x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.h
authorReinette Chatre <reinette.chatre@intel.com>
Tue, 5 May 2020 22:36:12 +0000 (15:36 -0700)
committerBorislav Petkov <bp@suse.de>
Wed, 6 May 2020 15:45:22 +0000 (17:45 +0200)
commit8dd97c65185c5a63c668e5bd8a861c04f47a35ed
treeb340a5f2c881a90c46c342ce93e8a78d9b2f789f
parent0e698dfa282211e414076f9dc7e83c1c288314fd
x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.h

asm/resctrl_sched.h is dedicated to the code used for configuration
of the CPU resource control state when a task is scheduled.

Rename resctrl_sched.h to resctrl.h in preparation of additions that
will no longer make this file dedicated to work done during scheduling.

No functional change.

Suggested-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/6914e0ef880b539a82a6d889f9423496d471ad1d.1588715690.git.reinette.chatre@intel.com
MAINTAINERS
arch/x86/include/asm/resctrl.h [new file with mode: 0644]
arch/x86/include/asm/resctrl_sched.h [deleted file]
arch/x86/kernel/cpu/resctrl/core.c
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
arch/x86/kernel/cpu/resctrl/rdtgroup.c
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c