From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758267Ab2BISvG (ORCPT ); Thu, 9 Feb 2012 13:51:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62441 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758190Ab2BISvE (ORCPT ); Thu, 9 Feb 2012 13:51:04 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20120209154819.32070.93358.stgit@warthog.procyon.org.uk> <1328804920.6099.3.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <7095.1328809567@redhat.com> <8689.1328810841@redhat.com> To: Linus Torvalds Cc: dhowells@redhat.com, Eric Dumazet , adobriyan@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Reduce the number of expensive division instructions done by _parse_integer() Date: Thu, 09 Feb 2012 18:50:56 +0000 Message-ID: <21276.1328813456@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > > Do you want me to attach my patch description to your patch, or do you > > want to do that? > > I'll commit it as yours and with your commentary, my changes were > purely cosmetic and just made the x86-64 inner loop look better. Thanks! David