x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interface
authorJustin Ernst <justin.ernst@hpe.com>
Wed, 25 Nov 2020 17:54:40 +0000 (11:54 -0600)
committerBorislav Petkov <bp@suse.de>
Thu, 26 Nov 2020 11:08:17 +0000 (12:08 +0100)
commit8f061abbf543355d77fac5c23521b6b452da6310
tree1fc3cf2024fbbe50372aa1ed76a5458aa542c25c
parent418baf2c28f3473039f2f7377760bd8f6897ae18
x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interface

Remove existing interface at /sys/firmware/sgi_uv/, created by
arch/x86/platform/uv/uv_sysfs.c

This interface includes:
/sys/firmware/sgi_uv/coherence_id
/sys/firmware/sgi_uv/partition_id

Both coherence_id and partition_id will be re-introduced via a
new uv_sysfs driver.

Signed-off-by: Justin Ernst <justin.ernst@hpe.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lkml.kernel.org/r/20201125175444.279074-2-justin.ernst@hpe.com
arch/x86/platform/uv/Makefile
arch/x86/platform/uv/uv_sysfs.c [deleted file]