diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-07-27 22:19:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-07-27 22:19:02 +0000 |
| commit | 7abb84313aa738439074b1bb1ebd3def433b32b5 (patch) | |
| tree | 6338d939b9a0e319b2d0200979a44b2b05a07b20 | |
| parent | 764e4d54e9d5ea383b7ef04841155e4fc68f9082 (diff) | |
Notes
| -rw-r--r-- | sys/i386/i386/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 95d59a007c7a..680a7c31ccca 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 |
