* [PATCH] tile: remove unused ISA_DMA_THRESHOLD define
@ 2010-08-11 2:11 FUJITA Tomonori
2010-08-11 14:41 ` Chris Metcalf
0 siblings, 1 reply; 2+ messages in thread
From: FUJITA Tomonori @ 2010-08-11 2:11 UTC (permalink / raw)
To: cmetcalf; +Cc: linux-kernel
No need to define ISA_DMA_THRESHOLD
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
---
arch/tile/include/asm/scatterlist.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/tile/include/asm/scatterlist.h b/arch/tile/include/asm/scatterlist.h
index c560424..ad8deec 100644
--- a/arch/tile/include/asm/scatterlist.h
+++ b/arch/tile/include/asm/scatterlist.h
@@ -15,8 +15,6 @@
#ifndef _ASM_TILE_SCATTERLIST_H
#define _ASM_TILE_SCATTERLIST_H
-#define ISA_DMA_THRESHOLD (~0UL)
-
#include <asm-generic/scatterlist.h>
#endif /* _ASM_TILE_SCATTERLIST_H */
--
1.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tile: remove unused ISA_DMA_THRESHOLD define
2010-08-11 2:11 [PATCH] tile: remove unused ISA_DMA_THRESHOLD define FUJITA Tomonori
@ 2010-08-11 14:41 ` Chris Metcalf
0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2010-08-11 14:41 UTC (permalink / raw)
To: FUJITA Tomonori; +Cc: linux-kernel
On 8/10/2010 10:11 PM, FUJITA Tomonori wrote:
> No need to define ISA_DMA_THRESHOLD
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> ---
> arch/tile/include/asm/scatterlist.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/tile/include/asm/scatterlist.h b/arch/tile/include/asm/scatterlist.h
> index c560424..ad8deec 100644
> --- a/arch/tile/include/asm/scatterlist.h
> +++ b/arch/tile/include/asm/scatterlist.h
> @@ -15,8 +15,6 @@
> #ifndef _ASM_TILE_SCATTERLIST_H
> #define _ASM_TILE_SCATTERLIST_H
>
> -#define ISA_DMA_THRESHOLD (~0UL)
> -
> #include <asm-generic/scatterlist.h>
>
> #endif /* _ASM_TILE_SCATTERLIST_H */
>
Thanks, accepted (though I modified it to remove the comments and header
guard too, so it's just a one-line forwarding #include file, to match
other similar files in that directory).
--
Chris Metcalf, Tilera Corp.
http://www.tilera.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-11 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 2:11 [PATCH] tile: remove unused ISA_DMA_THRESHOLD define FUJITA Tomonori
2010-08-11 14:41 ` Chris Metcalf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox