Re: [PATCH 09/24] C6X: signal management

From: Mark Salter
Date: Thu Sep 01 2011 - 15:15:48 EST


On Thu, 2011-09-01 at 10:50 +0100, Matt Fleming wrote:
> > +segv_and_exit:
> > + force_sig(SIGSEGV, current);
> > + return -EFAULT;
> > +}
>
> Shouldn't that really be a call to force_sigsegv(signr, current) ?

Yes, I think so. Thanks.

--Mark


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