initial commit
This commit is contained in:
38
multiThreading/CMP2/fs/proc/cpuinfo
Normal file
38
multiThreading/CMP2/fs/proc/cpuinfo
Normal file
@@ -0,0 +1,38 @@
|
||||
processor : 0
|
||||
vendor_id : Generic
|
||||
cpu family : 0
|
||||
model : 0
|
||||
model name : Generic
|
||||
stepping : 0
|
||||
cpu MHz : 2000.000
|
||||
cache size: : 1024.0K
|
||||
physical id : 0
|
||||
siblings : 2
|
||||
core id : 0
|
||||
cpu cores : 2
|
||||
fpu : yes
|
||||
fpu exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu
|
||||
cache alignment : 64
|
||||
|
||||
processor : 1
|
||||
vendor_id : Generic
|
||||
cpu family : 0
|
||||
model : 0
|
||||
model name : Generic
|
||||
stepping : 0
|
||||
cpu MHz : 2000.000
|
||||
cache size: : 1024.0K
|
||||
physical id : 0
|
||||
siblings : 2
|
||||
core id : 1
|
||||
cpu cores : 2
|
||||
fpu : yes
|
||||
fpu exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu
|
||||
cache alignment : 64
|
||||
|
||||
3
multiThreading/CMP2/fs/proc/stat
Normal file
3
multiThreading/CMP2/fs/proc/stat
Normal file
@@ -0,0 +1,3 @@
|
||||
cpu 0 0 0 0 0 0 0
|
||||
cpu0 0 0 0 0 0 0 0
|
||||
cpu1 0 0 0 0 0 0 0
|
||||
1
multiThreading/CMP2/fs/sys/devices/system/cpu/online
Normal file
1
multiThreading/CMP2/fs/sys/devices/system/cpu/online
Normal file
@@ -0,0 +1 @@
|
||||
0-1
|
||||
1
multiThreading/CMP2/fs/sys/devices/system/cpu/possible
Normal file
1
multiThreading/CMP2/fs/sys/devices/system/cpu/possible
Normal file
@@ -0,0 +1 @@
|
||||
0-1
|
||||
Reference in New Issue
Block a user