Re: [PATCH] pepoll_wait ...

From: Davide Libenzi
Date: Wed Jan 18 2006 - 03:12:58 EST


On Wed, 18 Jan 2006, David Woodhouse wrote:

On Tue, 2006-01-17 at 23:40 -0800, Davide Libenzi wrote:
Hey, I've written in the comments that it depends on the
TIF_RESTORE_SIGMASK bits ;) The latest one that dwmw posted used such
feature, so I though to align epoll bits to that too.

The point is that TIF_RESTORE_SIGMASK needs to be implemented for each
architecture, and we only have it for powerpc, i386 and FR-V at the
moment. So in _generic_ files you have to use #ifdef TIF_RESTORE_SIGMASK
for now, until the other architectures catch up.

Ok, will do. You then let me know when all archs are aligned so that I can nuke the #ifdef and use TIF_RESTORE_SIGMASK.


- Davide


-
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/