From 420b7fac2db55e5651cfc51258202f77596ea0fa Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sun, 12 Jul 2015 19:12:24 -0700 Subject: [PATCH] tl-tester: test Skylake --- cpumap.sh | 1 + tl-tester | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpumap.sh b/cpumap.sh index 5ecdc115..5a71c0cc 100644 --- a/cpumap.sh +++ b/cpumap.sh @@ -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 diff --git a/tl-tester b/tl-tester index fdf257b8..464542f2 100755 --- a/tl-tester +++ b/tl-tester @@ -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"