svn commit: r213902 - stable/8/sys/i386/include

Konstantin Belousov kib at FreeBSD.org
Fri Oct 15 18:07:45 UTC 2010


Author: kib
Date: Fri Oct 15 18:07:45 2010
New Revision: 213902
URL: http://svn.freebsd.org/changeset/base/213902

Log:
  MFC r209866:
  Fix spacing.

Modified:
  stable/8/sys/i386/include/pmap.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/i386/include/pmap.h
==============================================================================
--- stable/8/sys/i386/include/pmap.h	Fri Oct 15 17:56:51 2010	(r213901)
+++ stable/8/sys/i386/include/pmap.h	Fri Oct 15 18:07:45 2010	(r213902)
@@ -417,7 +417,7 @@ struct pmap {
 	struct mtx		pm_mtx;
 	pd_entry_t		*pm_pdir;	/* KVA of page directory */
 	TAILQ_HEAD(,pv_chunk)	pm_pvchunk;	/* list of mappings in pmap */
-	cpumask_t			pm_active;	/* active on cpus */
+	cpumask_t		pm_active;	/* active on cpus */
 	struct pmap_statistics	pm_stats;	/* pmap statistics */
 	LIST_ENTRY(pmap) 	pm_list;	/* List of all pmaps */
 #ifdef PAE


More information about the svn-src-stable-8 mailing list