From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 01/12] lib: create common ascii hex array Date: Wed, 14 May 2008 12:26:10 +0100 Message-ID: <1507.1210764370@redhat.com> References: <1210619134.24092.51.camel@brick> Return-path: Received: from mx1.redhat.com ([66.187.233.31]:53460 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755821AbYENL0t (ORCPT ); Wed, 14 May 2008 07:26:49 -0400 In-Reply-To: <1210619134.24092.51.camel@brick> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Harvey Harrison Cc: dhowells@redhat.com, Andrew Morton , LKML , James Bottomley , linux-scsi , Bartlomiej Zolnierkiewicz , linux-ide , linux-netdev , David Miller , Jeff Garzik , Ingo Molnar , Jason Wessel , "ralf@linux-mips.org" , Paul Mundt , Paul Mackerras Harvey Harrison wrote: > Add a common hex array in hexdump.c so everyone can use it. > > Add a common hi/lo helper to avoid the shifting masking that is > done to get the upper and lower nibbles of a byte value. > > Pull the pack_hex_byte helper from kgdb as it is opencoded many > places in the tree that will be consolidated. > > Signed-off-by: Harvey Harrison Acked-by: David Howells