From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759985AbYDSCsP (ORCPT ); Fri, 18 Apr 2008 22:48:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751368AbYDSCsE (ORCPT ); Fri, 18 Apr 2008 22:48:04 -0400 Received: from smtpq1.groni1.gr.home.nl ([213.51.130.200]:44913 "EHLO smtpq1.groni1.gr.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751174AbYDSCsD (ORCPT ); Fri, 18 Apr 2008 22:48:03 -0400 Message-ID: <48095E1D.1050700@keyaccess.nl> Date: Sat, 19 Apr 2008 04:51:09 +0200 From: Rene Herman User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Ingo Molnar CC: Thomas Gleixner , LKML , Steven Rostedt Subject: Re: [PATCH] ftrace: simplify hex print References: <20080418123502.GB17013@elte.hu> In-Reply-To: <20080418123502.GB17013@elte.hu> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.0 (-) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-04-08 14:35, Ingo Molnar wrote: > * Thomas Gleixner wrote: > >> simplify hex to ascii conversion with a lookup table. > > thanks Thomas, applied. There is a hex_asc() in kernel.h Rene.