svn commit: r196734 - head/sys/i386/xen

Adrian Chadd adrian at FreeBSD.org
Tue Sep 1 12:17:48 UTC 2009


Author: adrian
Date: Tue Sep  1 12:17:47 2009
New Revision: 196734
URL: http://svn.freebsd.org/changeset/base/196734

Log:
  Delete whitespace not in i386/pmap.c

Modified:
  head/sys/i386/xen/pmap.c

Modified: head/sys/i386/xen/pmap.c
==============================================================================
--- head/sys/i386/xen/pmap.c	Tue Sep  1 12:05:39 2009	(r196733)
+++ head/sys/i386/xen/pmap.c	Tue Sep  1 12:17:47 2009	(r196734)
@@ -4171,7 +4171,6 @@ pmap_activate(struct thread *td)
 	td->td_pcb->pcb_cr3 = cr3;
 	PT_UPDATES_FLUSH();
 	load_cr3(cr3);
-		
 	PCPU_SET(curpmap, pmap);
 	critical_exit();
 }


More information about the svn-src-head mailing list