15.11.2013, 03:00, "David Miller" <davem@xxxxxxxxxxxxx>: > From: Kirill Tkhai <tkhai@xxxxxxxxx> > Date: Sat, 14 Sep 2013 16:02:11 +0400 > >> Mark the places when the system are in user or are in kernel. >> This is used to make full dynticks system (tickless) -- >> CONFIG_NO_HZ_FULL dependence. >> >> Signed-off-by: Kirill Tkhai <tkhai@xxxxxxxxx> > > Applied, although: > >> -void do_fpe_common(struct pt_regs *regs) >> +static void do_fpe_common(struct pt_regs *regs) > > I had to thus remove the extern declaration of do_fpe_common from > arch/sparc/kernel/entry.h otherwise a warning is issued and the code > under arch/sparc builds -Werror and thus the build broke. I did not add context_tracking.h include to kgdb_64.c, and this gives the build error: https://lkml.org/lkml/2013/11/23/200 I sent the fix to lkml. But I'm not sure, is it the right destination? -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html