26 Jun, 2005

1 commit

  • Not sure why any driver needs to sleep for *two* ticks, so let's fix it.

    Use msleep() instead of schedule_timeout() to guarantee the task delays as
    expected. Signals are never checked for by the callers or in the function
    itself, so use TASK_UNINTERRUPTIBLE instead of TASK_INTERRUPTIBLE. The
    delay is presumed to have been written when HZ==100, and thus has been
    multiplied by 10 to pass to msleep().

    Signed-off-by: Nishanth Aravamudan
    Signed-off-by: Domen Puncer
    Acked-by: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Domen Puncer
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds