From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755619AbbJ1LMS (ORCPT ); Wed, 28 Oct 2015 07:12:18 -0400 Received: from hr2.samba.org ([144.76.82.148]:54917 "EHLO hr2.samba.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755436AbbJ1LMJ (ORCPT ); Wed, 28 Oct 2015 07:12:09 -0400 Date: Wed, 28 Oct 2015 22:11:49 +1100 From: Anton Blanchard To: Scott Wood Cc: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , , , Subject: Re: [PATCH 3/9] powerpc32: checksum_wrappers_64 becomes checksum_wrappers Message-ID: <20151028221149.2febe8a6@kryten> In-Reply-To: <1445570793.701.147.camel@freescale.com> References: <91ebacbbd631ec02ad00e0a824b6cad0dac532a0.1442876807.git.christophe.leroy@c-s.fr> <1445570793.701.147.camel@freescale.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Scott, > I wonder why it was 64-bit specific in the first place. I think it was part of a series where I added my 64bit assembly checksum routines, and I didn't step back and think that the wrapper code would be useful on 32 bit. Anton