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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 May 2014 09:59:36 +0100
From:	James Hogan <james.hogan@...tec.com>
To:	Richard Weinberger <richard@....at>, <linux-arch@...r.kernel.org>,
	<arnd@...db.de>, <linux-kernel@...r.kernel.org>
CC:	<linux-metag@...r.kernel.org>
Subject: Re: [PATCH 14/27] metag: Use common bits from generic tlb.h

On 14/05/14 19:59, Richard Weinberger wrote:
> It is no longer needed to define them on our own.
> 
> Cc: James Hogan <james.hogan@...tec.com>
> Cc: Richard Weinberger <richard@....at>
> Cc: linux-metag@...r.kernel.org
> Cc: linux-kernel@...r.kernel.org
> Signed-off-by: Richard Weinberger <richard@....at>

Acked-by: James Hogan <james.hogan@...tec.com>

Thanks
James

> ---
>  arch/metag/include/asm/tlb.h | 10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/arch/metag/include/asm/tlb.h b/arch/metag/include/asm/tlb.h
> index 048282f1..0fb0b46 100644
> --- a/arch/metag/include/asm/tlb.h
> +++ b/arch/metag/include/asm/tlb.h
> @@ -19,18 +19,8 @@
>  		if (!tlb->fullmm)					      \
>  			flush_tlb_range(vma, vma->vm_start, vma->vm_end);     \
>  	} while (0)
> -
> -
> -#else
> -
> -#define tlb_start_vma(tlb, vma)			do { } while (0)
> -#define tlb_end_vma(tlb, vma)			do { } while (0)
> -
>  #endif
>  
> -#define __tlb_remove_tlb_entry(tlb, pte, addr)	do { } while (0)
> -#define tlb_flush(tlb)				flush_tlb_mm((tlb)->mm)
> -
>  #include <asm-generic/tlb.h>
>  
>  #endif
> 


Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ