From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH 01/12] lib: create common ascii hex array Date: Tue, 13 May 2008 05:41:01 +0900 Message-ID: <20080512204101.GA17005@linux-sh.org> References: <1210619134.24092.51.camel@brick> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , LKML , James Bottomley , linux-scsi , Bartlomiej Zolnierkiewicz , linux-ide , linux-netdev , David Miller , Jeff Garzik , Ingo Molnar , Jason Wessel , David Howells , "ralf@linux-mips.org" , Paul Mackerras To: Harvey Harrison Return-path: Content-Disposition: inline In-Reply-To: <1210619134.24092.51.camel@brick> Sender: linux-ide-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, May 12, 2008 at 12:05:34PM -0700, 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: Paul Mundt