On Mon, Oct 22, 2012 at 05:19:41AM +0800, Fengguang Wu wrote: > Hi Al, > > FYI, there are new compile warnings show up in > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git for-benh > head: db72ef193372fdaf2b607434ae55dc345655ffaa > commit: db72ef193372fdaf2b607434ae55dc345655ffaa [4/4] don't bother with idle_regs() > config: x86_64-allyesdebian (attached as .config) > > All warnings: > > kernel/fork.c: In function 'fork_idle': > kernel/fork.c:1537:17: warning: unused variable 'regs' [-Wunused-variable] I know; that's just a quick and dirty way to get ppc copy_process() step on the kernel-thread path for idle threads. Longer term I want to kill fork_idle() completely, along with the regs argument for copy_thread(). -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html