Update of /cvsroot/linux-mips/linux/ipc
In directory usw-pr-cvs1:/tmp/cvs-serv5739/ipc
Modified Files:
shm.c
Log Message:
Sync with OSS 2.4.9.
Index: shm.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/ipc/shm.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- shm.c 2001/06/22 02:29:31 1.1.1.1
+++ shm.c 2001/09/25 03:36:36 1.2
@@ -71,7 +71,9 @@
void __init shm_init (void)
{
ipc_init_ids(&shm_ids, 1);
+#ifdef CONFIG_PROC_FS
create_proc_read_entry("sysvipc/shm", 0, 0, sysvipc_shm_read_proc, NULL);
+#endif
}
static inline int shm_checkid(struct shmid_kernel *s, int id)
|