summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-04-03 05:16:09 +0000
committermarcel <marcel@FreeBSD.org>2002-04-03 05:16:09 +0000
commit3e7199cf1b311d9b6f3821ad96c212dfac0aa8c4 (patch)
tree96781a211fb4b2737cf608fff8e1d59fa5ff2404 /sys/ia64
parent436b1d297cccd055217830e1047a70aa8eb9afc3 (diff)
downloadFreeBSD-src-3e7199cf1b311d9b6f3821ad96c212dfac0aa8c4.zip
FreeBSD-src-3e7199cf1b311d9b6f3821ad96c212dfac0aa8c4.tar.gz
o GC dumplo
o Replace the string lit. "ia64" with MACHINE
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index d1b68e7..d0b588a 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -109,7 +109,7 @@ FPSWA_INTERFACE *fpswa_interface;
u_int64_t ia64_pal_base;
u_int64_t ia64_port_base;
-char machine[] = "ia64";
+char machine[] = MACHINE;
SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "");
static char cpu_model[128];
@@ -139,9 +139,7 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
struct msgbuf *msgbufp=0;
int Maxmem = 0;
-long dumplo;
-
-int physmem; /* Physical conventional memory. */
+int physmem; /* Physical conventional memory. */
vm_offset_t phys_avail[100];
OpenPOWER on IntegriCloud