commit | 9af3cf054615862c86efcf55a37bb40f0d96e406 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 13 13:26:26 2007 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Feb 13 13:26:26 2007 +0100 |
tree | 8b43b47c58d40b69d060dbedd799dd964e90a464 | |
parent | 9fbbd4dd17d0712054368e5e939e28b2456bfe1b [diff] |
[PATCH] x86_64: Wire up compat epoll_pwait > Which remembers me that I think that MIPS is using the non-compat version > of sys_epoll_pwait for compat syscalls. But maybe MIPS doesn't need a compat > syscall for some reason. Dunno. Which reminds me that x86_64 i386 compat doesn't wire up sys_epoll_pwait ;-) Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andi Kleen <ak@suse.de>