public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* adding lockdep support to the Blackfin arch
@ 2009-06-08 23:28 Mike Frysinger
  2009-06-08 23:36 ` Mike Frysinger
  2009-06-09  6:32 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Frysinger @ 2009-06-08 23:28 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Linux kernel mailing list

ive been extending the Blackfin arch recently to support lockdep.
since i also had to implement irqflags/stacktrace as well, i wouldnt
be surprised if this issue is nested in there, plus this is a no-mmu
system.

at any rate, when i boot up a Blackfin system with PROVE_LOCKING
enabled, i end up with this warning:
Badness at kernel/fork.c:988

which correlates to this in copy_process():
    DEBUG_LOCKS_WARN_ON(!p->hardirqs_enabled);

btw, in order to get this to work in the first place, i had to extend
-mike

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

end of thread, other threads:[~2009-06-09  6:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-08 23:28 adding lockdep support to the Blackfin arch Mike Frysinger
2009-06-08 23:36 ` Mike Frysinger
2009-06-09  6:32 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox