]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/avr32/kernel/syscall-stubs.S
Pull video into release branch
[linux-2.6-omap-h63xx.git] / arch / avr32 / kernel / syscall-stubs.S
index 7589a9b426cb8921ed52cd746e29551f55a5eb1e..890286a1e62b8c88147a4de13575814008a0e77c 100644 (file)
@@ -100,3 +100,12 @@ __sys_splice:
        rcall   sys_splice
        sub     sp, -4
        popm    pc
+
+       .global __sys_epoll_pwait
+       .type   __sys_epoll_pwait,@function
+__sys_epoll_pwait:
+       pushm   lr
+       st.w    --sp, ARG6
+       rcall   sys_epoll_pwait
+       sub     sp, -4
+       popm    pc