Re: [PATCH v2 3/3] x86/hash: cleanup

2014-02-27 Thread Daniel Borkmann
On 02/27/2014 09:47 AM, Jan Beulich wrote: - simplify switch statement - add __init annotation to setup_arch_fast_hash() Signed-off-by: Jan Beulich Cc: Francesco Fusco Cc: Daniel Borkmann Cc: Thomas Graf Cc: David S. Miller Acked-by: Daniel Borkmann -- To unsubscribe from this list: send

[PATCH v2 3/3] x86/hash: cleanup

2014-02-27 Thread Jan Beulich
- simplify switch statement - add __init annotation to setup_arch_fast_hash() Signed-off-by: Jan Beulich Cc: Francesco Fusco Cc: Daniel Borkmann Cc: Thomas Graf Cc: David S. Miller --- arch/x86/lib/hash.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) --- 3.14-rc4-x86-