From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759319AbYELUnX (ORCPT ); Mon, 12 May 2008 16:43:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756226AbYELUmt (ORCPT ); Mon, 12 May 2008 16:42:49 -0400 Received: from mta23.gyao.ne.jp ([125.63.38.249]:28783 "EHLO mx.gate01.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755379AbYELUmr (ORCPT ); Mon, 12 May 2008 16:42:47 -0400 Date: Tue, 13 May 2008 05:41:01 +0900 From: Paul Mundt To: Harvey Harrison 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 Subject: Re: [PATCH 01/12] lib: create common ascii hex array Message-ID: <20080512204101.GA17005@linux-sh.org> Mail-Followup-To: Paul Mundt , Harvey Harrison , 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 References: <1210619134.24092.51.camel@brick> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1210619134.24092.51.camel@brick> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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