Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965360AbWAGACl (ORCPT ); Fri, 6 Jan 2006 19:02:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965362AbWAGACk (ORCPT ); Fri, 6 Jan 2006 19:02:40 -0500 Received: from gaz.sfgoth.com ([69.36.241.230]:4580 "EHLO gaz.sfgoth.com") by vger.kernel.org with ESMTP id S965360AbWAGACj (ORCPT ); Fri, 6 Jan 2006 19:02:39 -0500 Date: Fri, 6 Jan 2006 16:00:48 -0800 From: Mitchell Blank Jr To: Bob Copeland Cc: Jan Engelhardt , Chuck Ebbert <76306.1226@compuserve.com>, Dave Jones , linux-kernel Subject: Re: dual line backtraces for i386. Message-ID: <20060107000048.GH84622@gaz.sfgoth.com> References: <200601061338_MC3-1-B567-4FDD@compuserve.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.2.2 (gaz.sfgoth.com [127.0.0.1]); Fri, 06 Jan 2006 16:00:49 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 513 Lines: 21 Bob Copeland wrote: > Sure: if you use '\t' then you can do: > > printk("%c", 9+space++); > space &= 1; Please... char space = '\t'; [...] printk("%c", space); space = ('\t' + '\n') - space; Even fewer instructions and actually somewhat understandable. -Mitch - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/