[PATCH RT 14/16] hwlat-detector: Use thread instead of stop machine

2013-09-09 Thread Steven Rostedt
From: Steven Rostedt There's no reason to use stop machine to search for hardware latency. Simply disabling interrupts while running the loop will do enough to check if something comes in that wasn't disabled by interrupts being off, which is exactly what stop machine does. Instead of using stop

[PATCH RT 14/16] hwlat-detector: Use thread instead of stop machine

2013-09-09 Thread Steven Rostedt
From: Steven Rostedt There's no reason to use stop machine to search for hardware latency. Simply disabling interrupts while running the loop will do enough to check if something comes in that wasn't disabled by interrupts being off, which is exactly what stop machine does. Instead of using stop

[PATCH RT 14/16] hwlat-detector: Use thread instead of stop machine

2013-09-09 Thread Steven Rostedt
From: Steven Rostedt There's no reason to use stop machine to search for hardware latency. Simply disabling interrupts while running the loop will do enough to check if something comes in that wasn't disabled by interrupts being off, which is exactly what stop machine does. Instead of using stop