From 15ea1233f6fd4d7bff65141fac7d8834574f6c98 Mon Sep 17 00:00:00 2001 From: Yi Sun Date: Mon, 22 Jul 2024 19:40:49 +0800 Subject: [PATCH] tdx-compliance: remove _no_profile Signed-off-by: Yi Sun --- BM/tdx-compliance/tdx-compliance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BM/tdx-compliance/tdx-compliance.c b/BM/tdx-compliance/tdx-compliance.c index 4194e110..a58e297c 100644 --- a/BM/tdx-compliance/tdx-compliance.c +++ b/BM/tdx-compliance/tdx-compliance.c @@ -353,7 +353,7 @@ static u64 get_cr4(void) return cr4; } -int __no_profile _native_write_cr0(u64 val) +int _native_write_cr0(u64 val) { int err; @@ -366,7 +366,7 @@ int __no_profile _native_write_cr0(u64 val) return err; } -int __no_profile _native_write_cr4(u64 val) +int _native_write_cr4(u64 val) { int err;