Re: [patch] add epoll compat code to kernel/compat.c ...

2007-02-11 Thread Davide Libenzi
On Sun, 11 Feb 2007, Heiko Carstens wrote: > On Sun, Feb 11, 2007 at 12:15:24PM -0800, Davide Libenzi wrote: > > > > Add epoll compat_ code to kernel/compat.c. IA64 and ARM-OABI are currently > > using their own version of epoll compat_ code and they could probably wire > > to the new common

Re: [patch] add epoll compat code to kernel/compat.c ...

2007-02-11 Thread Heiko Carstens
On Sun, Feb 11, 2007 at 12:15:24PM -0800, Davide Libenzi wrote: > > Add epoll compat_ code to kernel/compat.c. IA64 and ARM-OABI are currently > using their own version of epoll compat_ code and they could probably wire > to the new common code. Patch over 2.6.20. > + * epoll (fs/eventpoll.c)

[patch] add epoll compat code to kernel/compat.c ...

2007-02-11 Thread Davide Libenzi
Add epoll compat_ code to kernel/compat.c. IA64 and ARM-OABI are currently using their own version of epoll compat_ code and they could probably wire to the new common code. Patch over 2.6.20. Signed-off-by: Davide Libenzi - Davide diff -Nru linux-2.6.20/fs/eventpoll.c

[patch] add epoll compat code to kernel/compat.c ...

2007-02-11 Thread Davide Libenzi
Add epoll compat_ code to kernel/compat.c. IA64 and ARM-OABI are currently using their own version of epoll compat_ code and they could probably wire to the new common code. Patch over 2.6.20. Signed-off-by: Davide Libenzi davidel@xmailserver.org - Davide diff -Nru

Re: [patch] add epoll compat code to kernel/compat.c ...

2007-02-11 Thread Heiko Carstens
On Sun, Feb 11, 2007 at 12:15:24PM -0800, Davide Libenzi wrote: Add epoll compat_ code to kernel/compat.c. IA64 and ARM-OABI are currently using their own version of epoll compat_ code and they could probably wire to the new common code. Patch over 2.6.20. + * epoll (fs/eventpoll.c) compat

Re: [patch] add epoll compat code to kernel/compat.c ...

2007-02-11 Thread Davide Libenzi
On Sun, 11 Feb 2007, Heiko Carstens wrote: On Sun, Feb 11, 2007 at 12:15:24PM -0800, Davide Libenzi wrote: Add epoll compat_ code to kernel/compat.c. IA64 and ARM-OABI are currently using their own version of epoll compat_ code and they could probably wire to the new common code.