On Thu, Oct 08, 2020 at 09:11:42AM -0600, Jens Axboe wrote: > Wire up TIF_NOTIFY_SIGNAL handling for alpha. > > Cc: linux-alpha@xxxxxxxxxxxxxxx > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> > --- ... > work_pending: > - and $17, _TIF_NOTIFY_RESUME | _TIF_SIGPENDING, $2 > + and $17, _TIF_NOTIFY_RESUME | _TIF_SIGPENDING, | _TIF_NOTIFY_SIGNAL, $2 ^^^^^ Does this compile anywhere ? Guenter