Merge branch 'uaccess' into fixes
[linux-2.6-block.git] / arch / arm / kernel / entry-common.S
index 1891549807036f934e8118c85a21f4a481ef8bd7..61974dfba13244b0fb24c57ac4fb13ea81bd5058 100644 (file)
@@ -61,6 +61,7 @@ work_pending:
        movlt   scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
        ldmia   sp, {r0 - r6}                   @ have to reload r0 - r6
        b       local_restart                   @ ... and off we go
+ENDPROC(ret_fast_syscall)
 
 /*
  * "slow" syscall return path.  "why" tells us if this was a real syscall.