svn commit: r218482 - head/sys/arm/include

John Baldwin jhb at FreeBSD.org
Wed Feb 9 14:37:34 UTC 2011


Author: jhb
Date: Wed Feb  9 14:37:33 2011
New Revision: 218482
URL: http://svn.freebsd.org/changeset/base/218482

Log:
  Whitespace tweak.

Modified:
  head/sys/arm/include/pmap.h

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h	Wed Feb  9 12:48:12 2011	(r218481)
+++ head/sys/arm/include/pmap.h	Wed Feb  9 14:37:33 2011	(r218482)
@@ -136,7 +136,7 @@ struct	pmap {
 	pd_entry_t		*pm_pdir;	/* KVA of page directory */
 	uint32_t		pm_gen_count;	/* generation count (pmap lock dropped) */
 	u_int			pm_retries;
-	cpumask_t			pm_active;	/* active on cpus */
+	cpumask_t		pm_active;	/* active on cpus */
 	struct pmap_statistics	pm_stats;	/* pmap statictics */
 	TAILQ_HEAD(,pv_entry)	pm_pvlist;	/* list of mappings in pmap */
 };


More information about the svn-src-head mailing list