Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2008 17:45:28 GMT
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153399 for review
Message-ID:  <200811231745.mANHjSkP069852@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153399

Change 153399 by nwhitehorn@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811231745.mANHjSkP069852>