From 01870968f3c03cc4d69982e4b10f6fb78a6852fa Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 11 Dec 2006 15:13:37 +1100 Subject: [PATCH] --- yaml --- r: 44237 b: refs/heads/master c: 39f44be375d07a977ba68f900c87cea97cb05f4a h: refs/heads/master i: 44235: b07baff8be37793ee5f06d0676b64ae54e6849e6 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/spufs/coredump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0cf66291e231..3c28e2c2006f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dae4828d66ac6db353dee213c594257929a310cb +refs/heads/master: 39f44be375d07a977ba68f900c87cea97cb05f4a diff --git a/trunk/arch/powerpc/platforms/cell/spufs/coredump.c b/trunk/arch/powerpc/platforms/cell/spufs/coredump.c index 26945c491f6b..725e19561159 100644 --- a/trunk/arch/powerpc/platforms/cell/spufs/coredump.c +++ b/trunk/arch/powerpc/platforms/cell/spufs/coredump.c @@ -147,7 +147,7 @@ static int spufs_arch_notes_size(void) struct fdtable *fdt = files_fdtable(current->files); int size = 0, fd; - for (fd = 0; fd < fdt->max_fdset && fd < fdt->max_fds; fd++) { + for (fd = 0; fd < fdt->max_fds; fd++) { if (FD_ISSET(fd, fdt->open_fds)) { struct file *file = fcheck(fd);