From 43b05b834f395c167f047c10bc871a705488349f Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 6 Feb 2023 15:46:10 -0600 Subject: Swap gp registers to xmm in vmenter --- cachepc/cachepc.h | 3 --- cachepc/kvm.c | 5 ----- linux | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/cachepc/cachepc.h b/cachepc/cachepc.h index 71ac49f..d6556a4 100644 --- a/cachepc/cachepc.h +++ b/cachepc/cachepc.h @@ -139,6 +139,3 @@ extern struct cpc_track_steps cpc_track_steps; extern struct list_head cpc_faults; extern struct cpc_cl *cpc_ds; - -extern uint64_t cpc_regs_tmp[16]; -extern uint64_t cpc_regs_vm[16]; diff --git a/cachepc/kvm.c b/cachepc/kvm.c index 4358a3f..9888d38 100644 --- a/cachepc/kvm.c +++ b/cachepc/kvm.c @@ -94,11 +94,6 @@ struct cpc_cl *cpc_ds_ul = NULL; struct cpc_cl *cpc_ds = NULL; EXPORT_SYMBOL(cpc_ds); -uint64_t cpc_regs_tmp[16]; -uint64_t cpc_regs_vm[16]; -EXPORT_SYMBOL(cpc_regs_tmp); -EXPORT_SYMBOL(cpc_regs_vm); - void cpc_prime_probe_test_asm(void); static noinline void cpc_prime_probe_test(void); diff --git a/linux b/linux index 1629595..c12f2b9 160000 --- a/linux +++ b/linux @@ -1 +1 @@ -Subproject commit 1629595c7ee3cc336b5685c9c3630e7f9a11648c +Subproject commit c12f2b990c7dd7cd6c36e50b0aa71bfad95b4188 -- cgit v1.2.3-71-gd317