commit | f19180056ea09ec6a5d32e741234451a1e6eba4d | [log] [tgz] |
---|---|---|
author | Zhang, Yanmin <yanmin_zhang@linux.intel.com> | Mon Feb 27 11:37:45 2006 +0800 |
committer | Tony Luck <tony.luck@intel.com> | Thu Mar 30 17:14:12 2006 -0800 |
tree | 386a178dd80773e3b62e6989f4faaaddb9602aa8 | |
parent | d1127e40e8d75cd3855e35424937c73d0bcec558 [diff] |
[IA64] Export cpu cache info by sysfs The patch exports 8 attributes of cpu cache info under /sys/devices/system/cpu/cpuX/cache/indexX: 1) level 2) type 3) coherency_line_size 4) ways_of_associativity 5) size 6) shared_cpu_map 7) attributes 8) number_of_sets: number_of_sets=size/ways_of_associativity/coherency_line_size. Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>