summaryrefslogtreecommitdiff
path: root/iosched.h
diff options
context:
space:
mode:
authorChristian Wiese <chris@opensde.org>2014-04-10 11:47:00 +0200
committerDaniel Borkmann <dborkman@redhat.com>2014-04-10 13:14:49 +0200
commitca59ce0c7f93f561f137949711221df4f30deba6 (patch)
treeb682cc1e32e274b4ba1774d58c99e254c4f98609 /iosched.h
parent47b3d6c254ca31dc57af4a1a17526e1dc593702a (diff)
link: fixed to include <sys/types.h> for caddr_t
When building against musl libc compiling bails out because of caddr_t not being declared: -------------------------------------------------------------------------- link.c: In function 'wireless_sigqual': link.c:41:24: error: 'caddr_t' undeclared (first use in this function) -------------------------------------------------------------------------- As caddr_t is declared in <sys/types.h> this header needs to be included. Signed-off-by: Christian Wiese <chris@opensde.org> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'iosched.h')
0 files changed, 0 insertions, 0 deletions
original code created the thread 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 'drivers/usb/dwc3/ep0.c')