From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751497AbaB0J2g (ORCPT ); Thu, 27 Feb 2014 04:28:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59193 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748AbaB0J2e (ORCPT ); Thu, 27 Feb 2014 04:28:34 -0500 Message-ID: <530F052F.1050605@redhat.com> Date: Thu, 27 Feb 2014 10:28:15 +0100 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jan Beulich CC: mingo@elte.hu, tglx@linutronix.de, hpa@zytor.com, davem@davemloft.net, ffusco@redhat.com, tgraf@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] x86/hash: cleanup References: <530F09CE020000780011FBEF@nat28.tlf.novell.com> In-Reply-To: <530F09CE020000780011FBEF@nat28.tlf.novell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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