]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/mlock.c
powerpc: Printing fix for l64 to ll64 conversion: phyp_dump.c
[linux-2.6-omap-h63xx.git] / mm / mlock.c
index 04d5e7429c553b01adffe4964e8106a7008fc697..2904a347e4761169655696120751c371e4d74959 100644 (file)
@@ -595,7 +595,7 @@ out:
        return 0;
 }
 
-asmlinkage long sys_mlockall(int flags)
+SYSCALL_DEFINE1(mlockall, int, flags)
 {
        unsigned long lock_limit;
        int ret = -EINVAL;
@@ -623,7 +623,7 @@ out:
        return ret;
 }
 
-asmlinkage long sys_munlockall(void)
+SYSCALL_DEFINE0(munlockall)
 {
        int ret;