Loading drivers/soc/qcom/smp2p.c +2 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,8 @@ static int smp2p_update_bits(void *data, u32 mask, u32 value) val |= value; writel(val, entry->value); spin_unlock(&entry->lock); SMP2P_INFO("%d: %s: orig:0x%0x new:0x%0x\n", entry->smp2p->remote_pid, entry->name, orig, val); if (val != orig) qcom_smp2p_kick(entry->smp2p); Loading Loading
drivers/soc/qcom/smp2p.c +2 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,8 @@ static int smp2p_update_bits(void *data, u32 mask, u32 value) val |= value; writel(val, entry->value); spin_unlock(&entry->lock); SMP2P_INFO("%d: %s: orig:0x%0x new:0x%0x\n", entry->smp2p->remote_pid, entry->name, orig, val); if (val != orig) qcom_smp2p_kick(entry->smp2p); Loading