linux_dsm_epyc7002/arch/x86/kernel/cpu/mce
Borislav Petkov 21afaf1813 x86/mce: Streamline MCE subsystem's naming
Rename the containing folder to "mce" which is the most widespread name.
Drop the "mce[-_]" filename prefix of some compilation units (while
others don't have it).

This unifies the file naming in the MCE subsystem:

mce/
|-- amd.c
|-- apei.c
|-- core.c
|-- dev-mcelog.c
|-- genpool.c
|-- inject.c
|-- intel.c
|-- internal.h
|-- Makefile
|-- p5.c
|-- severity.c
|-- therm_throt.c
|-- threshold.c
`-- winchip.c

No functional changes.

Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Tony Luck <tony.luck@intel.com>
Link: https://lkml.kernel.org/r/20181205141323.14995-1-bp@alien8.de
2018-12-05 18:00:29 +01:00
..
amd.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
apei.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
core.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
dev-mcelog.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
genpool.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
inject.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
intel.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
internal.h x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
Makefile x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
p5.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
severity.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
therm_throt.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
threshold.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00
winchip.c x86/mce: Streamline MCE subsystem's naming 2018-12-05 18:00:29 +01:00