lib: create common ascii hex array
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 14 May 2008 23:05:49 +0000 (16:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 May 2008 02:11:14 +0000 (19:11 -0700)
commit3fc957721d18c93662f7d4dab455b80f53dd2641
tree9bdbabf3cb3678edcd0e0e4beb5deaa5c1b17bcd
parent122a881c776b7c155bf3f379928cc27aab435288
lib: create common ascii hex array

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 <harvey.harrison@gmail.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh/kernel/kgdb_stub.c
drivers/pnp/support.c
include/linux/kernel.h
kernel/kgdb.c
lib/hexdump.c