diff options
| -rw-r--r-- | cachepc/cachepc.h | 3 | ||||
| -rw-r--r-- | cachepc/kvm.c | 5 | ||||
| m--------- | linux | 0 |
3 files changed, 0 insertions, 8 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 -Subproject 1629595c7ee3cc336b5685c9c3630e7f9a11648 +Subproject c12f2b990c7dd7cd6c36e50b0aa71bfad95b418 |
