On Fri, Jun 8, 2012 at 7:28 AM, <[email protected]> wrote: > From: Greg Ungerer <[email protected]> > > The assembler entry code calls directly to the syscall_trace_enter() and > syscall_trace_leave() functions. But currently they are conditionaly > compiled out for the non-MMU classic m68k CPU types (so 68328 for example), > resulting in a link error: > > LD vmlinux > arch/m68k/platform/68328/built-in.o: In function `do_trace': > (.text+0x1c): undefined reference to `syscall_trace_enter' > arch/m68k/platform/68328/built-in.o: In function `do_trace': > (.text+0x4c): undefined reference to `syscall_trace_leave' > > Change the conditional check that includes these functions to be true for > the !defined(CONFIG_MMU) case as well. > > Signed-off-by: Greg Ungerer <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]> Hmm, should add syscall_trace support to M68KCLASSIC/MMU... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
