Skip to content

Commit

Permalink
Int3 caused a panic and is depricated. Remove it forever
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-u committed Nov 15, 2022
1 parent 42f26a6 commit cd8f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/recipes/mitigate_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ do
taskset -c $i ${SCRIPT_DIR}/../cr_tool -d
${SCRIPT_DIR}/interposing_mitigator.sh -m df -t $i
${SCRIPT_DIR}/interposing_mitigator.sh -m tf -t $i
${SCRIPT_DIR}/interposing_mitigator.sh -m i3 -t $i
# ${SCRIPT_DIR}/interposing_mitigator.sh -m i3 -t $i
${SCRIPT_DIR}/interposing_mitigator.sh -m db -t $i
echo done mitigation core $i
}
Expand Down

0 comments on commit cd8f0c7

Please sign in to comment.