]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: update sparc lscpu tests
authorKarel Zak <kzak@redhat.com>
Mon, 3 May 2021 18:30:42 +0000 (20:30 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 May 2021 18:30:42 +0000 (20:30 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/lscpu/lscpu-sparc64

index a9a3c6b5ba1879dd9d2ace93e5ffd1bc4d7b1c1b..5a3460f717794dd96b4f9c66c770c12c13585bdf 100644 (file)
@@ -6,25 +6,28 @@ Thread(s) per core:  1
 Core(s) per socket:  1
 Socket(s):           6
 Flags:               sun4u
+L1d cache:           96 KiB (6 instances)
+L1i cache:           96 KiB (6 instances)
+L2 cache:            6 MiB (6 instances)
 
 # The following is the parsable format, which can be fed to other
 # programs. Each different item in every column has an unique ID
 # starting usually from zero.
-# CPU,Core,Socket,Node
-6,0,0,
-7,1,1,
-10,2,2,
-11,3,3,
-14,4,4,
-15,5,5,
+# CPU,Core,Socket,Node,,L1d,L1i,L2
+6,0,0,,,0,0,0
+7,1,1,,,1,1,1
+10,2,2,,,2,2,2
+11,3,3,,,3,3,3
+14,4,4,,,4,4,4
+15,5,5,,,5,5,5
 
 # The following is the parsable format, which can be fed to other
 # programs. Each different item in every column has an unique ID
 # starting usually from zero.
-# CPU,Core,Socket,Node
-6,0,-,
-7,0,-,
-10,0,-,
-11,0,-,
-14,0,-,
-15,0,-,
+# CPU,Core,Socket,Node,,L1d,L1i,L2
+6,0,-,,,0,0,0
+7,0,-,,,1,1,1
+10,0,-,,,2,2,2
+11,0,-,,,3,3,3
+14,0,-,,,4,4,4
+15,0,-,,,5,5,5