diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2019-08-02 14:58:40 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2019-08-06 15:43:50 +0300 |
| commit | 6004cf298a4180199dc40bc40466126df8a5a88c (patch) | |
| tree | 51296c805128ab6223ed85f8ff3a1b48cfbc8748 /tools/perf/scripts/python | |
| parent | 654026df2635863fd695b2ca833e5c62454bd5ee (diff) | |
| download | linux-6004cf298a4180199dc40bc40466126df8a5a88c.tar.xz | |
b43legacy: Remove pointless cond_resched() wrapper
cond_resched() can be used unconditionally. If CONFIG_PREEMPT is set, it
becomes a NOP scheduler wise.
Also the B43_BUG_ON() in that wrapper is a homebrewn variant of
__might_sleep() which is part of cond_resched() already.
Remove the cruft and invoke cond_resched() directly.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Larry Finger <Larry.Finger@lwfinger.net>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
