PERFORCE change 78779 for review
Peter Wemm
peter at FreeBSD.org
Tue Jun 21 20:26:21 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=78779
Change 78779 by peter at peter_daintree on 2005/06/21 20:26:07
Comment on the bits I stole from kvm_ia64.c
Affected files ...
.. //depot/projects/hammer/lib/libkvm/kvm_amd64.c#8 edit
Differences ...
==== //depot/projects/hammer/lib/libkvm/kvm_amd64.c#8 (text+ko) ====
@@ -82,7 +82,7 @@
/*
* Map the ELF headers into the process' address space. We do this in two
* steps: first the ELF header itself and using that information the whole
- * set of headers.
+ * set of headers. (Taken from kvm_ia64.c)
*/
static int
_kvm_maphdrs(kvm_t *kd, size_t sz)
@@ -107,6 +107,7 @@
/*
* Translate a physical memory address to a file-offset in the crash-dump.
+ * (Taken from kvm_ia64.c)
*/
static size_t
_kvm_pa2off(kvm_t *kd, uint64_t pa, u_long *ofs)
More information about the p4-projects
mailing list