From: Miles Bader <miles@lsi.nec.co.jp>
To: linux-kernel@vger.kernel.org
Subject: WARN_ON noise in 2.5.63's kernel/sched.c:context_switch
Date: 25 Feb 2003 15:35:22 +0900 [thread overview]
Message-ID: <buoadgkuatx.fsf@mcspd15.ucom.lsi.nec.co.jp> (raw)
I'm getting a bunch of stack dumps from the WARN_ON newly added to
kernel/sched.c:context_switch:
if (unlikely(!prev->mm)) {
prev->active_mm = NULL;
WARN_ON(rq->prev_mm);
rq->prev_mm = oldmm;
}
The thing is, I'm hacking on uClinux, so I don't have an MMU, and the mm
stuff is purely noise. What's the best way to squash this warning?
[Of course I'd like to just trash all the MM manipulation -- for me,
`context_switch' should really _just_ do `switch_to' -- but I'd settle
for just not having stack dumps litter my console output...]
Thanks,
-miles
--
80% of success is just showing up. --Woody Allen
next reply other threads:[~2003-02-25 6:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-25 6:35 Miles Bader [this message]
2003-02-25 6:37 ` William Lee Irwin III
2003-03-05 7:13 ` Miles Bader
2003-03-05 7:24 ` William Lee Irwin III
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=buoadgkuatx.fsf@mcspd15.ucom.lsi.nec.co.jp \
--to=miles@lsi.nec.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=miles@gnu.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
all inboxes | Powered by JetHome®