Skip to content

Commit

Permalink
tl-tester: test Skylake
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Jul 13, 2015
1 parent 226524b commit 420b7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpumap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ cpus[slm]=GenuineIntel-6-37
cpus[bnl]=GenuineIntel-6-35
cpus[bdw]=GenuineIntel-6-3D
cpus[hsx]=GenuineIntel-6-3F
cpus[skl]=GenuineIntel-6-5E
2 changes: 1 addition & 1 deletion tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LOAD0="-- taskset -c 0 gcc -o /dev/null hello.c"

set -o pipefail

SMTCPUS="snb jkt ivb ivt hsw hsx bdw"
SMTCPUS="snb jkt ivb ivt hsw hsx bdw skl"
NOSMTCPUS="slm simple"
ALLCPUS="$SMTCPUS $NOSMTCPUS"

Expand Down

0 comments on commit 420b7fa

Please sign in to comment.