summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-07-27 22:19:02 +0000
committerjhb <jhb@FreeBSD.org>2006-07-27 22:19:02 +0000
commitdc69447236a19f806729d1c133c456528b241db4 (patch)
tree6338d939b9a0e319b2d0200979a44b2b05a07b20 /sys/i386
parente1d747891ebae739b02fd9f0c83952f245af7641 (diff)
downloadFreeBSD-src-dc69447236a19f806729d1c133c456528b241db4.zip
FreeBSD-src-dc69447236a19f806729d1c133c456528b241db4.tar.gz
Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :(
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 95d59a0..680a7c3 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -1643,6 +1643,7 @@ getmemsize(int first)
struct bios_smap *smap;
quad_t dcons_addr, dcons_size;
+ has_smap = 0;
#ifdef XBOX
if (arch_i386_is_xbox) {
/*
@@ -1661,7 +1662,6 @@ getmemsize(int first)
bzero(&vmf, sizeof(vmf));
bzero(physmap, sizeof(physmap));
basemem = 0;
- has_smap = 0;
/*
* Some newer BIOSes has broken INT 12H implementation which cause
OpenPOWER on IntegriCloud