PERFORCE change 143898 for review

Peter Wemm peter at FreeBSD.org
Sat Jun 21 20:57:59 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143898

Change 143898 by peter at 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


More information about the p4-projects mailing list