]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
power: console flush during suspend
authorBibek Basu <bbasu@nvidia.com>
Mon, 14 Dec 2015 06:32:31 +0000 (12:02 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 18 Dec 2015 17:20:46 +0000 (09:20 -0800)
commit6a89032a0d7d0d32f81e705405647a1bfc8a2fa3
treec59d86a744e20ea8e707517b07dd62efd24095c5
parentc6361d7ca59bd871f3798a01489334ed5ad2d553
power: console flush during suspend

If the console lock is taken by non boot cpus, then during
suspend conosole buffer may not flush because all nonboot
cpus will be disabled. So,if no_console_suspend is passed
in kernel commandline, flush console before disabling
nonboot cpus.

Bug 200143487

Change-Id: I1a4455a1f515694a75ff7a96d08f24bf4777bf5c
Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-on: http://git-master/r/922363
(cherry picked from commit 1f17d55e442d5768a7e37183bf835c20132c3617)
Reviewed-on: http://git-master/r/924111
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
kernel/power/suspend.c