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> 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 To: Harvey Harrison Return-path: In-Reply-To: <1210619134.24092.51.camel@brick> Sender: linux-scsi-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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