From: Paul Mundt Date: Tue, 21 Oct 2008 03:07:40 +0000 (+0900) Subject: binfmt_elf_fdpic: Update for cputime changes. X-Git-Tag: v2.6.28-rc1~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4;p=pandora-kernel.git binfmt_elf_fdpic: Update for cputime changes. Commit f06febc96ba8e0af80bcc3eaec0a109e88275fac ("timers: fix itimer/ many thread hang") introduced a new task_cputime interface and subsequently only converted binfmt_elf over to it. This results in the build for binfmt_elf_fdpic blowing up given that p->signal->{u,s}time have disappeared from underneath us. Apply the same trivial fix from binfmt_elf to binfmt_elf_fdpic. Signed-off-by: Paul Mundt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed