Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9af3cf054615862c86efcf55a37bb40f0d96e406
Commit:     9af3cf054615862c86efcf55a37bb40f0d96e406
Parent:     9fbbd4dd17d0712054368e5e939e28b2456bfe1b
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 13 13:26:26 2007 +0100
Committer:  Andi Kleen <[EMAIL PROTECTED]>
CommitDate: Tue Feb 13 13:26:26 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
---
 arch/x86_64/ia32/ia32entry.S |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86_64/ia32/ia32entry.S b/arch/x86_64/ia32/ia32entry.S
index 5f32cf4..eda7a0d 100644
--- a/arch/x86_64/ia32/ia32entry.S
+++ b/arch/x86_64/ia32/ia32entry.S
@@ -718,4 +718,5 @@ ia32_sys_call_table:
        .quad compat_sys_vmsplice
        .quad compat_sys_move_pages
        .quad sys_getcpu
+       .quad sys_epoll_pwait
 ia32_syscall_end:              
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to