mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ARM: tegra: suspend: Disable FIQs in suspend
Change-Id: I9aaba8c0cada6efcdcc0fe8633f643ec5609b198 Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
@@ -583,6 +583,7 @@ static int tegra_suspend_enter(suspend_state_t state)
|
||||
lp_state = 1;
|
||||
|
||||
local_irq_save(flags);
|
||||
local_fiq_disable();
|
||||
|
||||
pr_info("Entering suspend state LP%d\n", lp_state);
|
||||
if (do_lp0) {
|
||||
@@ -645,6 +646,7 @@ static int tegra_suspend_enter(suspend_state_t state)
|
||||
|
||||
tegra_time_in_suspend[time_to_bin(secs)]++;
|
||||
|
||||
local_fiq_enable();
|
||||
local_irq_restore(flags);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user