]> www.infradead.org Git - linux.git/commit
um: Remove /proc/sysemu support code
authorTiwei Bie <tiwei.btw@antgroup.com>
Mon, 27 May 2024 13:40:24 +0000 (21:40 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jul 2024 10:21:57 +0000 (12:21 +0200)
commitcb2759431acae9c6093f6f4cb270e3a3bd0f4e73
tree459012a4fab315edf6a8478c5171fd74cb8f3dd5
parent6fdae1da764abeff77d0d884101f42c114b8f93b
um: Remove /proc/sysemu support code

Currently /proc/sysemu will never be registered, as sysemu_supported
is initialized to zero implicitly and no code updates it. And there is
also nothing to configure via sysemu in UML anymore.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20240527134024.1539848-3-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/kernel/process.c