diff options
| author | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
| commit | c74a7469f97c0f40b46e82ee979f9fb1bb6e847c (patch) | |
| tree | f2690a1a916b73ef94657fbf0e0141ae57701825 /arch/powerpc/include/asm/plpar_wrappers.h | |
| parent | 6f15a7de86c8cf2dc09fc9e6d07047efa40ef809 (diff) | |
| parent | 500775074f88d9cf5416bed2ca19592812d62c41 (diff) | |
Merge drm/drm-next into drm-intel-next-queued
We need a backmerge to get DP_DPCD_REV_14 before we push other
i915 changes to dinq that could break compilation.
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'arch/powerpc/include/asm/plpar_wrappers.h')
| -rw-r--r-- | arch/powerpc/include/asm/plpar_wrappers.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/arch/powerpc/include/asm/plpar_wrappers.h b/arch/powerpc/include/asm/plpar_wrappers.h index 96c1a46acbd0..cff5a411e595 100644 --- a/arch/powerpc/include/asm/plpar_wrappers.h +++ b/arch/powerpc/include/asm/plpar_wrappers.h @@ -39,10 +39,10 @@ static inline long extended_cede_processor(unsigned long latency_hint)  	set_cede_latency_hint(latency_hint);  	rc = cede_processor(); -#ifdef CONFIG_TRACE_IRQFLAGS -		/* Ensure that H_CEDE returns with IRQs on */ -		if (WARN_ON(!(mfmsr() & MSR_EE))) -			__hard_irq_enable(); +#ifdef CONFIG_PPC_IRQ_SOFT_MASK_DEBUG +	/* Ensure that H_CEDE returns with IRQs on */ +	if (WARN_ON(!(mfmsr() & MSR_EE))) +		__hard_irq_enable();  #endif  	set_cede_latency_hint(old_latency_hint); |