diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-06 11:35:37 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-02-01 12:41:24 +0100 |
commit | 7f99cb5e60392fc3494c610776e733b68784280c (patch) | |
tree | a31731b74e91c810972b13458df1e18a7814378d /arch/x86/kernel/cpu/amd.c | |
parent | 26291c54e111ff6ba87a164d85d4a4e134b7315c (diff) | |
download | linux-7f99cb5e60392fc3494c610776e733b68784280c.tar.bz2 |
x86/CPU/AMD: Use default_groups in kobj_type
There are currently 2 ways to create a set of sysfs files for a
kobj_type, through the default_attrs field, and the default_groups
field. Move the AMD mce sysfs code to use default_groups field which has
been the preferred way since
aa30f47cf666 ("kobject: Add support for default attribute groups to kobj_type")
so that the obsolete default_attrs field can be removed soon.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Tested-by: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://lore.kernel.org/r/20220106103537.3663852-1-gregkh@linuxfoundation.org
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
0 files changed, 0 insertions, 0 deletions