PERFORCE change 153399 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Nov 23 09:45:28 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153399

Change 153399 by nwhitehorn at nwhitehorn_trantor on 2008/11/23 17:44:49

	Remove a no longer true statement in a comment that kobj_machdep_init()
	must be called in order to bring up the PowerPC PMAP layer.

Affected files ...

.. //depot/projects/ppc-g5/sys/powerpc/powerpc/pmap_dispatch.c#5 edit

Differences ...

==== //depot/projects/ppc-g5/sys/powerpc/powerpc/pmap_dispatch.c#5 (text+ko) ====

@@ -37,9 +37,8 @@
  * the highest priority call will be installed as the default
  * MMU handler when pmap_bootstrap() is called.
  *
- * It is required that kobj_machdep_init() be called before
- * pmap_bootstrap() to allow the kobj subsystem to initialise. This
- * in turn requires that mutex_init() has been called.
+ * It is required that mutex_init() be called before pmap_bootstrap(), 
+ * as the PMAP layer makes extensive use of mutexes.
  */
 
 #include <sys/param.h>


More information about the p4-projects mailing list