From mboxrd@z Thu Jan 1 00:00:00 1970 From: leo.yan@linaro.org Subject: Re: [PATCH] arm64: hikey960: update idle-states Date: Mon, 9 Jul 2018 07:26:17 +0800 Message-ID: <20180708232617.GA21469@leoy-ThinkPad-X240s> References: <1530860246-29072-1-git-send-email-vincent.guittot@linaro.org> <20180708140157.GA28878@leoy-ThinkPad-X240s> <948f033f-aef2-4d6c-170d-a1ff2113f258@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <948f033f-aef2-4d6c-170d-a1ff2113f258@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Daniel Lezcano Cc: Vincent Guittot , xuwei5@hisilicon.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Sun, Jul 08, 2018 at 11:15:22PM +0200, Daniel Lezcano wrote: > Hi Leo, > > > On 08/07/2018 16:01, leo.yan@linaro.org wrote: > > [ ... ] > > >> A simple test with a task waking up every 11,111ms shows improvement: > > > > Should s/11,111ms/11.111ms ? > > Actually the French notation is ',' for decimal :) > > English and French are inverted. > > For example one million is noted: > > French : 1.000.000 (or 1 000 000) > English : 1,000,000 > > And one milli is noted: > > French : 0,001 > English : 0.001 > > :) Ah, interesting. Thanks for explaination, Daniel. :) Thanks, Leo Yan