[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130928195803.GA32081@gmail.com>
Date: Sat, 28 Sep 2013 21:58:04 +0200
From: Ingo Molnar <mingo@...nel.org>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: Borislav Petkov <bp@...en8.de>, linux-kernel@...r.kernel.org,
huawei.libin@...wei.com, wangyijing@...wei.com,
fenghua.yu@...el.com, tglx@...utronix.de, guohanjun@...wei.com,
paul.gortmaker@...driver.com, linux-tip-commits@...r.kernel.org
Subject: Re: [PATCH -v1.1] x86, boot: Further compress CPUs bootup message
* H. Peter Anvin <hpa@...or.com> wrote:
> How about:
>
> m = 10;
> d = 1;
>
> while ( val >= m ) {
> m *= 10;
> d++;
> }
>
> ... and not have a *divide* in there?
Yeah :-)
> Man, entering code on a cell phone sucks...
Indeed that explains the BASIC style! (and you got the 8-space tabs right
on a html mailer - wow, that's impressive.)
It's also probably the first time that code entered on an ordinary cell
phone has gets into the Linux kernel, so it's probably a new Linux
milestone, in a twisted, sick way. ;-)
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists