hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90N74
--------------------------------
Signed-off-by: liwei liwei728@huawei.com --- 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