From bc7cd48082a051099d07a49feea0670250515dc3 Mon Sep 17 00:00:00 2001 From: liwei Date: Fri, 2 Feb 2024 15:10:41 +0800 Subject: [PATCH] reserve space for enum cc_attr. hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90N74 -------------------------------- Signed-off-by: liwei --- include/linux/cc_platform.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/linux/cc_platform.h b/include/linux/cc_platform.h index cb0d6cd1c12f..8737411227a6 100644 --- a/include/linux/cc_platform.h +++ b/include/linux/cc_platform.h @@ -90,6 +90,12 @@ enum cc_attr { * Examples include TDX Guest. */ CC_ATTR_HOTPLUG_DISABLED, + + /* KABI reserve */ + CC_ATTR_KABI_RES1, + CC_ATTR_KABI_RES2, + CC_ATTR_KABI_RES3, + CC_ATTR_KABI_RES4, }; #ifdef CONFIG_ARCH_HAS_CC_PLATFORM -- Gitee