Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sys32_sigsuspend()'s need for ptregs parameter

0 views
Skip to first unread message

Jan Beulich

unread,
Jun 10, 2008, 7:00:23 AM6/10/08
to
ia32entry.S has a PTREGSCALL entry for sys32_sigsuspend(), yet the
function doesn't have a struct pt_regs * parameter. What's setting up
that argument good for? Or is this just a leftover?

Same would apply to sys_rt_sigsuspend().

Thanks, Jan

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Andi Kleen

unread,
Jun 10, 2008, 1:10:18 PM6/10/08
to
On Tue, Jun 10, 2008 at 11:51:22AM +0100, Jan Beulich wrote:
> ia32entry.S has a PTREGSCALL entry for sys32_sigsuspend(), yet the
> function doesn't have a struct pt_regs * parameter. What's setting up
> that argument good for? Or is this just a leftover?
>
> Same would apply to sys_rt_sigsuspend().

Should be safe to remove.

-Andi

0 new messages