PERFORCE change 30204 for review
Peter Wemm
peter at FreeBSD.org
Wed Apr 30 17:29:20 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30204
Change 30204 by peter at peter_daintree on 2003/04/30 17:28:30
Use the correct machine name in the crashdumps
Affected files ...
.. //depot/projects/hammer/sys/amd64/amd64/dump_machdep.c#5 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/amd64/dump_machdep.c#5 (text+ko) ====
@@ -63,7 +63,7 @@
/* Fill in the kernel dump header */
strcpy(kdh.magic, KERNELDUMPMAGIC);
- strcpy(kdh.architecture, "i386");
+ strcpy(kdh.architecture, "amd64");
kdh.version = htod32(KERNELDUMPVERSION);
kdh.architectureversion = htod32(KERNELDUMP_I386_VERSION);
kdh.dumplength = htod64(Maxmem * (off_t)PAGE_SIZE);
More information about the p4-projects
mailing list