summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen/pmap.c
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2009-09-01 12:17:47 +0000
committeradrian <adrian@FreeBSD.org>2009-09-01 12:17:47 +0000
commit92e0abec60af7ad52acc1e8c77b4841eb2d6cf54 (patch)
tree6c5b9a60b0da95fb75eec915e5515d38d762763d /sys/i386/xen/pmap.c
parent32ffadd900de19993043222214725024211bb3e3 (diff)
downloadFreeBSD-src-92e0abec60af7ad52acc1e8c77b4841eb2d6cf54.zip
FreeBSD-src-92e0abec60af7ad52acc1e8c77b4841eb2d6cf54.tar.gz
Delete whitespace not in i386/pmap.c
Diffstat (limited to 'sys/i386/xen/pmap.c')
-rw-r--r--sys/i386/xen/pmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/xen/pmap.c b/sys/i386/xen/pmap.c
index 37c7d37..4b81aae 100644
--- a/sys/i386/xen/pmap.c
+++ b/sys/i386/xen/pmap.c
@@ -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();
}
OpenPOWER on IntegriCloud