Index: ipc_map.cc
===================================================================
RCS file: /home/cvs/l4/five/src/ipc_map.cc,v
retrieving revision 1.7
diff -u -r1.7 ipc_map.cc
--- ipc_map.cc	1998/10/02 13:44:27	1.7
+++ ipc_map.cc	1998/12/04 12:24:03
@@ -206,6 +206,11 @@
 #ifdef MAPDB_RAM_ONLY
 		}
 #endif
+
+	      if (r_size < size) // not enough space for superpage mapping?
+		{
+		  size = PAGE_SIZE;
+		}
 	    }
 
 
