From: mlarkin Date: Tue, 27 Jan 2015 02:15:30 +0000 (+0000) Subject: Remove an unused and confusing assignment that had been commented out for X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6baf1f61387b41396c1071d52e33b2c92670e350;p=openbsd Remove an unused and confusing assignment that had been commented out for years. No functional change. --- diff --git a/sys/arch/i386/i386/cpu.c b/sys/arch/i386/i386/cpu.c index 3c613ca6cb7..ce8f183aea4 100644 --- a/sys/arch/i386/i386/cpu.c +++ b/sys/arch/i386/i386/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.59 2014/12/18 16:23:25 deraadt Exp $ */ +/* $OpenBSD: cpu.c,v 1.60 2015/01/27 02:15:30 mlarkin Exp $ */ /* $NetBSD: cpu.c,v 1.1.2.7 2000/06/26 02:04:05 sommerfeld Exp $ */ /*- @@ -315,7 +315,6 @@ cpu_attach(struct device *parent, struct device *self, void *aux) sizeof (struct trapframe); pcb->pcb_pmap = pmap_kernel(); pcb->pcb_cr3 = pcb->pcb_pmap->pm_pdirpa; - /* pcb->pcb_cr3 = pcb->pcb_pmap->pm_pdir - KERNBASE; XXX ??? */ cpu_default_ldt(ci); /* Use the `global' ldt until one alloc'd */ #endif