| Submitter | Andrew Morton |
|---|---|
| Date | Oct. 20, 2010, 10:56 p.m. |
| Message ID | <201010202256.o9KMuPg5009418@imap1.linux-foundation.org> |
| Download | mbox | patch |
| Permalink | /patch/68486/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff -puN arch/powerpc/Kconfig~powerpc-enable-arch_dma_addr_t_64bit-with-arch_phys_addr_t_64bit arch/powerpc/Kconfig --- a/arch/powerpc/Kconfig~powerpc-enable-arch_dma_addr_t_64bit-with-arch_phys_addr_t_64bit +++ a/arch/powerpc/Kconfig @@ -16,6 +16,9 @@ config WORD_SIZE config ARCH_PHYS_ADDR_T_64BIT def_bool PPC64 || PHYS_64BIT +config ARCH_DMA_ADDR_T_64BIT + def_bool ARCH_PHYS_ADDR_T_64BIT + config MMU bool default y