diff options
author | des <des@FreeBSD.org> | 2002-03-13 19:13:41 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-03-13 19:13:41 +0000 |
commit | 3f3959c142636817438ccdf9bb234f72e44745f2 (patch) | |
tree | 3c171428399c677060c533851d749af2b4643088 | |
parent | 9d3631965898ade180fa389512379ed56e59237d (diff) | |
download | FreeBSD-src-3f3959c142636817438ccdf9bb234f72e44745f2.zip FreeBSD-src-3f3959c142636817438ccdf9bb234f72e44745f2.tar.gz |
Back out previous commit, it was the wrong patch!
-rw-r--r-- | sys/alpha/alpha/machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 24a3727..6b8023d 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -192,6 +192,7 @@ 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 */ |