summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-11-15 18:13:11 +0100
committerLouis Burda <quent.burda@gmail.com>2022-11-15 18:13:11 +0100
commit10d3c8f52dc2c0f498e81946bef8292424fcd1ce (patch)
treea90061ae7f2da41693297087255668ff5fd4b1fb /Makefile
parentd27505ae4dbf2afa659df39d7498cae4b5da4454 (diff)
downloadcachepc-10d3c8f52dc2c0f498e81946bef8292424fcd1ce.tar.gz
cachepc-10d3c8f52dc2c0f498e81946bef8292424fcd1ce.zip
Various fixes and improvements
Fixed vmsa decode for getting rip in debug mode. Added state machine to data access tracking. Handle mutliple unexpected data access page faults
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a523d7..3134398 100755
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ load:
sudo insmod $(LINUX)/arch/x86/kvm/kvm-amd.ko
freq:
- sudo cpupower frequency-set -f 2.60GHz
+ sudo cpupower frequency-set -f 1.5GHz
update:
git -C $(LINUX) diff 0aaa1e599bee256b3b15643bbb95e80ce7aa9be5 -G. > patch.diff