aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-01-18 07:49:37 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-01-18 07:49:37 +0000
commit7fdc2e1a1124813a0336df59c88469758a1f262c (patch)
tree4dc2f0b1de5801d8c4aef8f6fe07864ffc287280 /sys
parent48ceef34eb3ccb0ffec665bc25d8cd9a2d3c5f89 (diff)
downloadsrc-7fdc2e1a1124813a0336df59c88469758a1f262c.tar.gz
src-7fdc2e1a1124813a0336df59c88469758a1f262c.zip
Remove the definition of bootverbose. This fixes the link failure
caused by disabling the emission of common symbols.
Notes
Notes: svn path=/head/; revision=89492
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 3ee933717023..e199336b61b4 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -139,7 +139,7 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
struct msgbuf *msgbufp=0;
-int bootverbose = 0, Maxmem = 0;
+int Maxmem = 0;
long dumplo;
int totalphysmem; /* total amount of physical memory in system */