diff --git a/code/room.lisp b/code/room.lisp
index 16b4a2c9de7e6e3fd5d98c14b54dc482c81d0b8d..43971a7d71ab873aab613fc8ee4e7d3e4b2d03e8 100644
--- a/code/room.lisp
+++ b/code/room.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/room.lisp,v 1.40 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/room.lisp,v 1.41 2011/08/21 07:43:38 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -368,7 +368,7 @@
 			 (fixnum (sap+ current size))
 			 (memory-size (sap+ current size)))))
 		(setf current c))))
-	 (declare (inline next))
+	 (declare (inline next maybe-finish-mapping))
 	 (loop
 	    (maybe-finish-mapping)
 	    (maybe-skip-page)
diff --git a/general-info/release-20c.txt b/general-info/release-20c.txt
index 75a8bbe60ae5f826e5c5de34c613c43d8c990365..b76f9b36d03e17287e8bc6f5fa27975b8a89f338 100644
--- a/general-info/release-20c.txt
+++ b/general-info/release-20c.txt
@@ -136,6 +136,7 @@ New in this release:
     - Getting documentation of a structure via DOCUMENTATION no longer
       signals an error in DGETTEXT trying to translate the null
       documentation string.
+    - Reduce unnecessary consing of SAPs in ROOM.
 
 
   * Trac Tickets: