]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
binfmt_elf_fdpic: Update for cputime changes.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 21 Oct 2008 03:07:40 +0000 (12:07 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Oct 2008 03:17:18 +0000 (20:17 -0700)
commit2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4
treeb5c9983fd79b6627e47e80a74b68ad15cf2d9b41
parenta50c22eed593f474e75f693381e4d42e81762de8
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 <lethal@linux-sh.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf_fdpic.c