mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Re-extract the kernel patches as a series. Re-extract the u-boot patches as "git format-patch" command. Unified patch extraction makes it easier to work with patches.
27 lines
850 B
Diff
27 lines
850 B
Diff
From a26e37daaeb01f027e4753f854716f0f15eb3d13 Mon Sep 17 00:00:00 2001
|
|
From: James Deng <james.deng@spacemit.com>
|
|
Date: Fri, 16 Aug 2024 23:44:13 +0800
|
|
Subject: Update for v1.0.13
|
|
|
|
---
|
|
lib/utils/psci/spacemit/plat/plat_pm.c | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/lib/utils/psci/spacemit/plat/plat_pm.c b/lib/utils/psci/spacemit/plat/plat_pm.c
|
|
index 166bc3c7be1f..32aec9d308ab 100644
|
|
--- a/lib/utils/psci/spacemit/plat/plat_pm.c
|
|
+++ b/lib/utils/psci/spacemit/plat/plat_pm.c
|
|
@@ -147,6 +147,9 @@ static void spacemit_pwr_domain_pwr_down_wfi(const psci_power_state_t *target_st
|
|
spin_lock(&psciipi_lock);
|
|
|
|
if (sbi_hartmask_test_hart(hartid, &psciipi_wait_hmask)) {
|
|
+
|
|
+ sbi_hartmask_clear_hart(hartid, &psciipi_wait_hmask);
|
|
+
|
|
sbi_ipi_raw_clear(hartid);
|
|
/* Restore MIE CSR */
|
|
csr_write(CSR_MIE, saved_mie);
|
|
--
|
|
2.35.3
|
|
|