Re: [PATCH] preset loops_per_jiffy for faster booting

From: Dmitry Torokhov
Date: Sat Jul 10 2004 - 23:52:09 EST


On Saturday 10 July 2004 10:44 pm, Adam Kropelin wrote:
> + /* Round the value and print it */
> + printk("%lu.%02lu BogoMIPS\n",
> + loops_per_jiffy/(500000/HZ),
> + (loops_per_jiffy/(5000/HZ)) % 100);
> + printk("Set 'Preset loops_per_jiffy'=%lu for preset lpj.\n",
> + loops_per_jiffy);

Do we need to encourage ordinary users to turn this option on? 99% of
non-embedded market is much safer with that option off...

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/