PERFORCE change 31053 for review
Juli Mallett
jmallett at FreeBSD.org
Mon May 12 23:48:56 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31053
Change 31053 by jmallett at jmallett_dalek on 2003/05/12 23:48:52
Print the machine type first, so that the memory stuff ends
up together.
Affected files ...
.. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#17 edit
Differences ...
==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#17 (text+ko) ====
@@ -177,13 +177,13 @@
void
platform_identify(void)
{
+ printf("machine: %s\n", arcbios_system_identifier);
printf("ARCS memory = %d (%d KB)\n", ctob(arcsmem),
ctob(arcsmem) / 1024);
printf("Loaded program memory = %d (%d KB)\n", ctob(lpmem),
ctob(lpmem) / 1024);
printf("avail memory = %d (%d MB)\n", ctob(availmem),
ctob(availmem) / (1024 * 1024));
- printf("machine: %s\n", arcbios_system_identifier);
}
void
More information about the p4-projects
mailing list