linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: sh build failure
@ 2009-03-20  0:06 Stephen Rothwell
  2009-03-20 18:24 ` Mathieu Desnoyers
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2009-03-20  0:06 UTC (permalink / raw)
  To: Paul Mundt
  Cc: linux-next, Mathieu Desnoyers, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

Hi Paul,

Yesterday's linux-next build of sh allmodconfig failed like this:

kernel/built-in.o: In function `disable_all_kprobes':
kernel/kprobes.c:1382: undefined reference to `text_mutex'
kernel/built-in.o: In function `__unregister_kprobe_top':
kernel/kprobes.c:773: undefined reference to `text_mutex'
kernel/built-in.o: In function `register_kprobe':
kernel/kprobes.c:724: undefined reference to `text_mutex'

Introduced by commit 4460fdad85becd569f11501ad5b91814814335ff ("tracing,
Text Edit Lock - kprobes architecture independent support") from the
tracing tree.  text_mutex is defined in mm/memory.c which is only built
if CONFIG_MMU is defined, which is not true for sh allmodconfig.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2009-03-20 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20  0:06 linux-next: sh build failure Stephen Rothwell
2009-03-20 18:24 ` Mathieu Desnoyers
2009-03-20 18:34   ` Ingo Molnar

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).