mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* WARN_ON noise in 2.5.63's kernel/sched.c:context_switch
@ 2003-02-25  6:35 Miles Bader
  2003-02-25  6:37 ` William Lee Irwin III
  0 siblings, 1 reply; 4+ messages in thread
From: Miles Bader @ 2003-02-25  6:35 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-05  7:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-25  6:35 WARN_ON noise in 2.5.63's kernel/sched.c:context_switch Miles Bader
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

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®