summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-13 19:12:31 +0000
committerdes <des@FreeBSD.org>2002-03-13 19:12:31 +0000
commit9d3631965898ade180fa389512379ed56e59237d (patch)
tree552460d9cc70a712e042145a6b22df6ef205251c /sys/alpha
parent2eb4d9e8c28144bbe2ff8ccac631d4d68db60f5c (diff)
downloadFreeBSD-src-9d3631965898ade180fa389512379ed56e59237d.zip
FreeBSD-src-9d3631965898ade180fa389512379ed56e59237d.tar.gz
Remove a bogus cast that breaks the Alpha kernel build due to -Werror.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 6b8023d..24a3727 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -192,7 +192,6 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
struct msgbuf *msgbufp=0;
int Maxmem = 0;
-long dumplo;
int totalphysmem; /* total amount of physical memory in system */
int physmem; /* physical memory used by NetBSD + some rsvd */
OpenPOWER on IntegriCloud