summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-25 19:16:45 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-25 19:17:14 +0100
commit5975ec7b44887ad54417218251e669cca14bde80 (patch)
tree3556527278a9c96bf6cce4b53f6763e321eb46bc /Makefile
parent80df08a54cfe9d531e932374cad55cc052a8a73d (diff)
downloadcachepc-5975ec7b44887ad54417218251e669cca14bde80.tar.gz
cachepc-5975ec7b44887ad54417218251e669cca14bde80.zip
Debug copy_to_user occasionally failing in kvm-step
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fceb8b..a223b0a 100755
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ load:
prep:
sudo sh -c "echo 0 > /proc/sys/kernel/watchdog"
sudo cpupower frequency-set -d 3.7GHz -u 3.7GHz
+ sudo sh -c "echo 1 > /proc/irq/127/smp_affinity"
util/%: util/%.c $(CACHEPC_UAPI)