Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030410AbWAGLSI (ORCPT ); Sat, 7 Jan 2006 06:18:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030412AbWAGLSH (ORCPT ); Sat, 7 Jan 2006 06:18:07 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:40586 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S1030410AbWAGLSG (ORCPT ); Sat, 7 Jan 2006 06:18:06 -0500 Date: Sat, 7 Jan 2006 12:16:45 +0100 (MET) From: Jan Engelhardt To: Mitchell Blank Jr cc: Bob Copeland , Chuck Ebbert <76306.1226@compuserve.com>, Dave Jones , linux-kernel Subject: Re: dual line backtraces for i386. In-Reply-To: <20060107000048.GH84622@gaz.sfgoth.com> Message-ID: References: <200601061338_MC3-1-B567-4FDD@compuserve.com> <20060107000048.GH84622@gaz.sfgoth.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 469 Lines: 20 >Please... > > char space = '\t'; > [...] > printk("%c", space); > space = ('\t' + '\n') - space; > >Even fewer instructions and actually somewhat understandable. I see the days of kernelgolf coming... Jan Engelhardt -- - 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/