From: Steven Scholz <steven.scholz@imc-berlin.de>
To: LinuxPPC <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: problem with queue_task() and mark_bh()...
Date: Thu, 15 Apr 2004 13:30:47 +0200 [thread overview]
Message-ID: <407E7267.305@imc-berlin.de> (raw)
In-Reply-To: <407E42F9.1060201@imc-berlin.de>
Hi,
>> queue_task( &( lp->task ), &tq_immediate );
>> mark_bh( IMMEDIATE_BH );
I've put some printks in my kernel.
Now I can see that the task is successfully queued, that mark_bh() is called
and the tasklet_hi_schedule() calls __tasklet_hi_schedule().
But the function immediate_bh() in kernel/timer.c (which should then call
run_task_queue(&tq_immediate)) is never called.
Any ideas?
Steven
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2004-04-15 11:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-13 14:08 problem with queue_task() and mark_bh() Steven Scholz
2004-04-15 8:08 ` Steven Scholz
2004-04-15 11:30 ` Steven Scholz [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=407E7267.305@imc-berlin.de \
--to=steven.scholz@imc-berlin.de \
--cc=linuxppc-embedded@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).