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