Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ff86b03 authored by Takashi Iwai's avatar Takashi Iwai Committed by Benjamin Herrenschmidt
Browse files

powerpc: Fix a build problem on ppc32 with new DMA_ATTRs



The new dma_attrs support must only be enabled for 64 bits as it's not
been implemented for 32 bits yet.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 004ea683
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ config PPC
	select HAVE_KPROBES
	select HAVE_KRETPROBES
	select HAVE_LMB
	select HAVE_DMA_ATTRS
	select HAVE_DMA_ATTRS if PPC64

config EARLY_PRINTK
	bool