diff options
author | dillon <dillon@FreeBSD.org> | 2002-12-15 19:17:57 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-12-15 19:17:57 +0000 |
commit | b43fb3e9200092f2885e909dc7ee85cb0871cfef (patch) | |
tree | fc6e3be9fa1b757f9ac0967a46494adcf0cc5682 /sys/ia64 | |
parent | 2925e70a14eb46bd10c8905fd619024bb19f7f9d (diff) | |
download | FreeBSD-src-b43fb3e9200092f2885e909dc7ee85cb0871cfef.zip FreeBSD-src-b43fb3e9200092f2885e909dc7ee85cb0871cfef.tar.gz |
This is David Schultz's swapoff code which I am finally able to commit.
This should be considered highly experimental for the moment.
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 3 weeks
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/ia32/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index 66cc75f..d30b591 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -594,3 +594,4 @@ 421 UNIMPL BSD getcontext 422 UNIMPL BSD setcontext 423 UNIMPL BSD swapcontext +424 MNOPROTO BSD swapoff |