patch-2.4.0-prerelease linux/ipc/util.c
Next file: linux/kernel/Makefile
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/ipc/util.c
- Orig date:
Thu Jun 22 07:09:45 2000
diff -u --recursive --new-file v2.4.0-test12/linux/ipc/util.c linux/ipc/util.c
@@ -345,11 +345,6 @@
return;
}
-int shm_swap (int prio, int gfp_mask)
-{
- return 0;
-}
-
asmlinkage long sys_semget (key_t key, int nsems, int semflg)
{
return -ENOSYS;
@@ -404,15 +399,6 @@
asmlinkage long sys_shmctl (int shmid, int cmd, struct shmid_ds *buf)
{
return -ENOSYS;
-}
-
-void shm_unuse(swp_entry_t entry, struct page *page)
-{
-}
-
-int map_zero_setup(struct vm_area_struct *vma)
-{
- return -EINVAL;
}
#endif /* CONFIG_SYSVIPC */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)