summaryrefslogtreecommitdiffstats
path: root/kmod/cachepc.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-09-06 14:30:25 +0200
committerLouis Burda <quent.burda@gmail.com>2022-09-06 14:30:25 +0200
commitd4ca1bb9a12e64e8b0a09f7a4316eda628f4edf1 (patch)
tree460813f60890216aabdcbfa1af1cb77e51170653 /kmod/cachepc.c
parent24d7c448e49e3dc2abbf3bc804247fb30410775a (diff)
downloadcachepc-d4ca1bb9a12e64e8b0a09f7a4316eda628f4edf1.tar.gz
cachepc-d4ca1bb9a12e64e8b0a09f7a4316eda628f4edf1.zip
Improve register saving and restoring for prime & probe around vmrun
Diffstat (limited to 'kmod/cachepc.c')
-rw-r--r--[-rwxr-xr-x]kmod/cachepc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kmod/cachepc.c b/kmod/cachepc.c
index 63500a5..9b2b59c 100755..100644
--- a/kmod/cachepc.c
+++ b/kmod/cachepc.c
@@ -16,8 +16,6 @@ static void build_randomized_list_for_cache_set(cache_ctx *ctx, cacheline **cach
static cacheline **allocate_cache_ds(cache_ctx *ctx);
static uint16_t get_virt_cache_set(cache_ctx *ctx, void *ptr);
-cacheline *cachepc_prime_cl = NULL;
-
void
cachepc_prime_vcall(uintptr_t ret, cacheline *cl)
{