Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Misbah khan <misbah_khan@engineer.com>
To: linux-mips@linux-mips.org
Subject: Re: Wait queue problem
Date: Fri, 20 Jul 2007 05:21:27 -0700 (PDT)	[thread overview]
Message-ID: <11707153.post@talk.nabble.com> (raw)
In-Reply-To: <86048F07C015D311864100902760F1DD01B5E8DD@dlfw003a.dus.infineon.com>


I guess that you are missing one more condition the flag bit which you need
to set and reset accordingly in the function and in the interrupt handler 

interruptible_sleep_on_timeout(&wq,flag!=0,10*HZ);

Try out this for any query please let me know 

regard 
misbah



Andre.Messerschmidt wrote:
> 
> Hi,
> 
> Does anybody else have problems using wait queues in a 2.4.5 MIPS kernel?
> When I try to wake up a process from an interrupt it won't start to
> execute.
> It always waits for the timeout before resuming work. 
> In principal my code look like this:
> 
> wait_queue_head_t wq;
> 
> foo() {
> init_waitqueue_head(&wq);
> interruptible_sleep_on_timeout(&wq,10*HZ);
> }
> 
> foo_int() {
> wake_up_interuptible(&wq);
> }
> 
> Am I missing something? 
> 
> best regards
> --
> Andre Messerschmidt
> 
> Application Engineer
> Infineon Technologies AG
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Wait-queue-problem-tf2852319.html#a11707153
Sent from the linux-mips main mailing list archive at Nabble.com.

      parent reply	other threads:[~2007-07-20 12:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-17 10:03 Wait queue problem Andre.Messerschmidt
2002-04-19  1:16 ` Ralf Baechle
2002-04-19  2:01   ` Richard Hodges
2007-07-20 12:21 ` Misbah khan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11707153.post@talk.nabble.com \
    --to=misbah_khan@engineer.com \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox