commit | b1d12cef7c0abe60e7524c3ac2821b7a4d29fede | [log] [tgz] |
---|---|---|
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | Tue Jun 30 10:39:40 2020 -0700 |
committer | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | Thu Jul 16 10:17:24 2020 -0700 |
tree | f864c9fbfd169f6f4b20d1e8123806f08beda367 | |
parent | f9e1104367c57f2e03a6b5e6e9637fa2b9ff5627 [diff] |
tools/power/x86/intel-speed-select: Change path for caching topology info We want to cache the topology info to a file, which is not preserved across boot cycle. The current storage in /tmp is getting preserved. So change the path from /tmp/isst_cpu_topology.dat to /var/run/isst_cpu_topology.dat. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>