projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9fb4d8
)
MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
author
FUJITA Tomonori
<
[email protected]
>
Sat, 14 Aug 2010 07:02:37 +0000
(16:02 +0900)
committer
Ralf Baechle
<
[email protected]
>
Mon, 4 Oct 2010 17:33:58 +0000
(18:33 +0100)
Architectures need to set ARCH_DMA_MINALIGN to the minimum DMA
alignment (commit
a6eb9fe105d5de0053b261148cee56c94b4720ca
). Defining
ARCH_KMALLOC_MINALIGN doesn't work anymore.
Signed-off-by: FUJITA Tomonori <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1544/
Acked-by: Atsushi Nemoto <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/include/asm/mach-tx49xx/kmalloc.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mach-tx49xx/kmalloc.h
b/arch/mips/include/asm/mach-tx49xx/kmalloc.h
index b74caf65482b2e068b86d2763daa81733bc45503..ff9a8b86cb9363c1fb458546c56550fc35a7a3ab 100644
(file)
--- 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 */