From b7ba9ea06a0a6332a6b18bcdf2c5339fabfb2a5b Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 14 Oct 2022 01:35:32 +0200 Subject: Replace smp_processor_id with get_cpu --- test/sevstep.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test/sevstep.c') diff --git a/test/sevstep.c b/test/sevstep.c index d2ca5a3..b2c3533 100644 --- a/test/sevstep.c +++ b/test/sevstep.c @@ -503,10 +503,11 @@ main(int argc, const char **argv) free(counts); } - for (i = 0; i < SAMPLE_COUNT; i++) { - printf("Evictions with access:\n"); - print_counts(with_access[i]); - } + // for (i = 0; i < SAMPLE_COUNT; i++) { + // printf("Evictions with access:\n"); + // print_counts(with_access[i]); + // } + printf("done.\n"); sev_kvm_deinit(&kvm_with_access); -- cgit v1.2.3-71-gd317