Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2009 12:17:47 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196734 - head/sys/i386/xen
Message-ID:  <200909011217.n81CHlZR061114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();
 }



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