summaryrefslogtreecommitdiff
path: root/include/acpi/acpi_io.h
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-02-09 09:17:32 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-10 15:52:25 -0500
commita0d8e02c35ff6068925d8c5ff4202b561aa90de6 (patch)
tree4abb78b2781c021d8eb88567f01b9f9f826b4097 /include/acpi/acpi_io.h
parent59a8474888e9b06252ebe8979630b371c926a00c (diff)
nfp: add support for reading nffw info
NFFW info is a resource which contains information about the loaded application firmware. Add code which will allow us to decode it and retrieve MIP location. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/acpi/acpi_io.h')
0 files changed, 0 insertions, 0 deletions
ead at the first instance it was called, but later was changed to destroy the thread after the tracer was finished, and would not be created until the next instance of the tracer was established. The code that initialized the affinity was only called on the initial instantiation of the tracer. After that, it was not initialized, and the previous affinity did not match the current newly created one, making it appear that the user modified the thread's affinity when it did not, and the thread failed to migrate again. Cc: stable@vger.kernel.org Fixes: 0330f7aa8ee6 ("tracing: Have hwlat trace migrate across tracing_cpumask CPUs") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/nehalemep')