On Tue, 12 Nov 2013 20:32:19 +0400 Maxim Uvarov maxim.uvarov@linaro.org wrote:
+/*
- Analysis of /sys/devices/system/cpu/ files
- */
+static int systemcpu(odp_system_info_t *sysinfo) +{
- FILE *file;
- char str[128];
- int size = 0;
- file = fopen("/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size", "rt");
hmm, on armv7l this file doesn't exist:
ls: cannot access /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size: No such file or directory
Thanks,
Kim