lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 11 Aug 2010 10:41:45 -0400
From:	Chris Metcalf <cmetcalf@...era.com>
To:	FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
CC:	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] tile: remove unused ISA_DMA_THRESHOLD define

On 8/10/2010 10:11 PM, FUJITA Tomonori wrote:
> No need to define ISA_DMA_THRESHOLD
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@....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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ