Delete whitespace not in i386/pmap.c

This commit is contained in:
Adrian Chadd 2009-09-01 12:17:47 +00:00
parent 579b976090
commit 56af96debe

View File

@ -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();
}