commit | 5fe2f93de623b6c7498a4e2c926344c1191c5a9b | [log] [tgz] |
---|---|---|
author | Mohammed Khajapasha <mkhaja@codeaurora.org> | Fri Sep 04 20:33:31 2015 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Aug 03 10:23:11 2018 -0700 |
tree | aa550c51e3938199d31028441b1674b626be5390 | |
parent | 13a07ada0ee19a6bc648b23d43f7498a0d4d1216 [diff] |
printk: Make the console flush configurable in hotplug path The thread which initiates the hot plug can get scheduled out, while trying to acquire the console lock, thus increasing the hot plug latency. This option allows to selectively disable the console flush and in turn reduce the hot plug latency. Change-Id: I42507804d321b29b7761146a6c175d959bf79925 Signed-off-by: Mohammed Khajapasha <mkhaja@codeaurora.org> Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>