Re: [PATCH 01/12] lib: create common ascii hex array
From: Paul Mundt <hidden>
Date: 2008-05-12 20:43:23
Also in:
linux-ide, linux-scsi, lkml
From: Paul Mundt <hidden>
Date: 2008-05-12 20:43:23
Also in:
linux-ide, linux-scsi, lkml
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 <redacted>
Acked-by: Paul Mundt <redacted>