Skip to content

Commit

Permalink
powerpc: Fix a build problem on ppc32 with new DMA_ATTRs
Browse files Browse the repository at this point in the history
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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Takashi Iwai authored and Benjamin Herrenschmidt committed Jul 15, 2008
1 parent 004ea68 commit 7ff86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ff86b0

Please sign in to comment.