d206b560e7
Change-Id: Ie79dc8e3f2ff1cd427dd6d95e3850920c4b407b0 Signed-off-by: Rom Lemarchand <romlem@google.com>
22 lines
406 B
ArmAsm
22 lines
406 B
ArmAsm
/* autogenerated by gensyscalls.py */
|
|
#include <linux/err.h>
|
|
#include <machine/asm.h>
|
|
#include <asm/unistd.h>
|
|
|
|
ENTRY(swapoff)
|
|
pushl %ebx
|
|
mov 8(%esp), %ebx
|
|
movl $__NR_swapoff, %eax
|
|
int $0x80
|
|
cmpl $-MAX_ERRNO, %eax
|
|
jb 1f
|
|
negl %eax
|
|
pushl %eax
|
|
call __set_errno
|
|
addl $4, %esp
|
|
orl $-1, %eax
|
|
1:
|
|
popl %ebx
|
|
ret
|
|
END(swapoff)
|