答复: Query about loops_per_jiffy
rocky
914059751 at qq.com
Thu Jan 21 20:11:29 EST 2010
Green hand apology for the unintended CC, I should make this query personal.
_____
发件人: linux-arm-kernel-bounces at lists.infradead.org
[mailto:linux-arm-kernel-bounces at lists.infradead.org] 代表 胡杨树
发送时间: 2010年1月19日 21:38
收件人: Alessandro Rubini
抄送: linux-arm-kernel
主题: Re: Query about loops_per_jiffy
Are you Alessandro Rubini of LINUX DEVICE DRIVER?
------------------ Original ------------------
From: "Alessandro Rubini"<rubini-list at gnudd.com>;
Date: Tue, Jan 19, 2010 04:21 PM
To: "914059751"<914059751 at qq.com>;
Cc: "linux-arm-kernel"<linux-arm-kernel at lists.infradead.org>;
Subject: Re: Query about loops_per_jiffy
> (loops_per_jiffy * HZ)/1000,000 will give a BogoMips value.
No, it will give a BogoLips (loops per second). A loop is two instructions,
in ./arch/arm/lib/delay.S (function __delay) called by init/calibrate.c ..
To have bogomips you need to multiply by two.
> then why calibrate_delay do it like the following:
> printk(KERN_CONT "%lu.%02lu BogoMIPS (lpj=%lu)\n",
> loops_per_jiffy/(500000/HZ),
> (loops_per_jiffy/(5000/HZ)) % 100, loops_per_jiffy);
It's correct, using normal integer aritmetics care.
/alessandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100122/fc3ec93b/attachment.htm>
More information about the linux-arm-kernel
mailing list