blob: 1d0831996d70748fa029fac6a6d27b999a98c5de [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Rom Lemarchandd206b562013-06-06 14:29:40 -07004
5ENTRY(swapoff)
6 pushl %ebx
7 mov 8(%esp), %ebx
8 movl $__NR_swapoff, %eax
9 int $0x80
10 cmpl $-MAX_ERRNO, %eax
11 jb 1f
12 negl %eax
13 pushl %eax
14 call __set_errno
15 addl $4, %esp
16 orl $-1, %eax
171:
18 popl %ebx
19 ret
20END(swapoff)