Bug 10618 - boot_delay too slow
Summary: boot_delay too slow
Status: CLOSED OBSOLETE
Alias: None
Product: Timers
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: john stultz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-07 19:00 UTC by Dave Young
Modified: 2012-05-21 15:20 UTC (History)
4 users (show)

See Also:
Kernel Version: 2.6.23 and above
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Dave Young 2008-05-07 19:00:30 UTC
Latest working kernel version: not sure
Earliest failing kernel version: not sure
Distribution: slackware
Hardware Environment: i386
Software Environment:
Problem Description: boot_delay with more than 10ms is too slow, even 10ms it's very slow as well.

Steps to reproduce: lpj=your_lpj_copy_from_last_dmesg boot_delay=100ms
Comment 1 Dave Young 2008-05-07 19:07:52 UTC
There's some discussion about it in lkml. I feel like it's related to x86 timers, but not sure. 

Use mdelay the result is more acceptable, but mdelay seems work only after the delay caliberation.

OTOH, I found printk_time is about 3 * boot_delay while testing. But the real time interval is far longer then 3 * boot_delay.

BTW, I tested on my powerpc g4 macmini, boot_delay works ok.

Note You need to log in before you can comment on or make changes to this bug.