Skip to content

Commit

Permalink
tdx-compliance: remove _no_profile
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Sun <[email protected]>
  • Loading branch information
ysun committed Jul 22, 2024
1 parent 5c35c57 commit d43fa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BM/tdx-compliance/tdx-compliance.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;

Expand Down

0 comments on commit d43fa9f

Please sign in to comment.