Date: Sat, 21 Jun 2008 20:57:58 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 143898 for review Message-ID: <200806212057.m5LKvwxj007966@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143898 Change 143898 by peter@peter_overcee on 2008/06/21 20:57:17 Bah. Disable WIP. Affected files ... .. //depot/projects/hammer/lib/libkvm/kvm_amd64.c#25 edit Differences ... ==== //depot/projects/hammer/lib/libkvm/kvm_amd64.c#25 (text+ko) ==== @@ -75,9 +75,11 @@ void *mmapbase; size_t mmapsize; pml4_entry_t *PML4; +#if 0 int mp_maxcpus; int pcpu_recsize; char *pcpu; +#endif }; /* @@ -359,6 +361,7 @@ return (_kvm_vatop(kd, va, pa)); } +#if 0 static int _kvm_initpcpu(kvm_t *kd) { @@ -423,7 +426,8 @@ } if (cpu < 0 || cpu > vm->vm_maxcpus) - _kvm_err(kd, kd->program, " + _kvm_err(kd, kd->program, ""); return (NULL); /* EDOOFUS actually */ return ((struct pcpu *)&vm->pcpu[cpu * vm->pcpu_recsize]); } +#endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806212057.m5LKvwxj007966>