AMD 2nd generation EPYC processors support the UMIP feature. So, update the Kconfig and umip related documentation. --- v3: Removed X86 depend check. Just kept CPU_SUP_* check. Updated the comments in umip.c to make it bit generic. v2: Learned that for the hardware that support UMIP, we dont need to emulate. Removed the emulation related code and just submitting the config changes. Babu Moger (2): x86/Kconfig: Rename UMIP config parameter x86/umip: Update the comments to cover generic x86 processors arch/x86/Kconfig | 10 +++++----- arch/x86/include/asm/disabled-features.h | 2 +- arch/x86/include/asm/umip.h | 4 ++-- arch/x86/kernel/Makefile | 2 +- arch/x86/kernel/umip.c | 12 ++++++------ 5 files changed, 15 insertions(+), 15 deletions(-) --