Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtmutex-tester: make it build without BKL
The big kernel lock is going away, so make sure that if it is disabled by Kconfig, we do not try to validate it, which would result in compile errors. Signed-off-by: Arnd Bergmann <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Arjan van de Ven <[email protected]> Cc: Andrew Morton <[email protected]>
- Loading branch information