public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
@ 2010-08-14  7:02 FUJITA Tomonori
  2010-08-19 13:29 ` Atsushi Nemoto
  2010-09-20 12:42 ` Ralf Baechle
  0 siblings, 2 replies; 3+ messages in thread
From: FUJITA Tomonori @ 2010-08-14  7:02 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips, linux-kernel, anemo

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
  2010-08-14  7:02 [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN FUJITA Tomonori
@ 2010-08-19 13:29 ` Atsushi Nemoto
  2010-09-20 12:42 ` Ralf Baechle
  1 sibling, 0 replies; 3+ messages in thread
From: Atsushi Nemoto @ 2010-08-19 13:29 UTC (permalink / raw)
  To: fujita.tomonori; +Cc: ralf, linux-mips, linux-kernel

On Sat, 14 Aug 2010 16:02:37 +0900, FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> wrote:
> Architectures need to set ARCH_DMA_MINALIGN to the minimum DMA
> alignment (the commit
> a6eb9fe105d5de0053b261148cee56c94b4720ca). Defining
> ARCH_KMALLOC_MINALIGN doesn't work anymore.

Thank you for picking this up.

Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
  2010-08-14  7:02 [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN FUJITA Tomonori
  2010-08-19 13:29 ` Atsushi Nemoto
@ 2010-09-20 12:42 ` Ralf Baechle
  1 sibling, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2010-09-20 12:42 UTC (permalink / raw)
  To: FUJITA Tomonori; +Cc: linux-mips, linux-kernel, anemo

Thanks, applied.

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-20 12:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14  7:02 [PATCH] MIPS: TX49xx: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN FUJITA Tomonori
2010-08-19 13:29 ` Atsushi Nemoto
2010-09-20 12:42 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox