| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN |
| From: | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
| Date: | Sat, 14 Aug 2010 16:02:37 +0900 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, anemo@mba.ocn.ne.jp |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Architectures need to set ARCH_DMA_MINALIGN to the minimum DMA alignment (the commit a6eb9fe105d5de0053b261148cee56c94b4720ca). Defining ARCH_KMALLOC_MINALIGN doesn't work anymore. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> --- arch/mips/include/asm/mach-tx49xx/kmalloc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/include/asm/mach-tx49xx/kmalloc.h b/arch/mips/include/asm/mach-tx49xx/kmalloc.h index b74caf6..ff9a8b8 100644 --- a/arch/mips/include/asm/mach-tx49xx/kmalloc.h +++ b/arch/mips/include/asm/mach-tx49xx/kmalloc.h @@ -1,6 +1,6 @@ #ifndef __ASM_MACH_TX49XX_KMALLOC_H #define __ASM_MACH_TX49XX_KMALLOC_H -#define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES +#define ARCH_DMA_MINALIGN L1_CACHE_BYTES #endif /* __ASM_MACH_TX49XX_KMALLOC_H */ -- 1.6.5 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] cavium-octeon: determine if helper should build, David Daney |
|---|---|
| Next by Date: | Clock Source in hrtimer, wilbur.chan |
| Previous by Thread: | [PATCH] cavium-octeon: determine if helper should build, Andreas Bießmann |
| Next by Thread: | Re: [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |