summaryrefslogtreecommitdiff
path: root/ct_server.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-26 16:12:49 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-26 16:12:49 +0200
commit57d26d314a8d8ff5170c249aebcb52a2041095c5 (patch)
treef12f32f006c367e9e20c2a7d54ff6728eef66775 /ct_server.c
parent23bbec5adad6e6f223c44abf22a81914ad15f61c (diff)
make: minor cleanups in Makefile
Remove some unneeded stuff, and move other things around. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ct_server.c')
0 files changed, 0 insertions, 0 deletions
cause the timer is strictlty per CPU, initialized as pinned and all operations which arm the timer happen on the CPU to which the timer belongs. Simplify the whole machinery by using mod_timer() instead of add_timer_on() which avoids the problem because mod_timer() can handle already queued timers. Use __start_timer() everywhere so the earliest armed expiry time is preserved. Reported-by: Erik Veijola <erik.veijola@intel.com> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701310936080.3457@nanos Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'sound/usb')