Re: [PATCH 01/12] lib: create common ascii hex array
From: David Howells <dhowells@redhat.com>
Date: 2008-05-14 11:27:09
Also in:
linux-ide, linux-scsi, lkml
From: David Howells <dhowells@redhat.com>
Date: 2008-05-14 11:27:09
Also in:
linux-ide, linux-scsi, lkml
Harvey Harrison [off-list ref] 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: David Howells <dhowells@redhat.com>