bios_memmap[] should not be a common
authorderaadt <deraadt@openbsd.org>
Thu, 28 Jan 2021 18:54:50 +0000 (18:54 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 28 Jan 2021 18:54:50 +0000 (18:54 +0000)
ok kettenis

sys/arch/amd64/stand/efiboot/memprobe.c
sys/arch/amd64/stand/libsa/memprobe.c

index f2f51c9..34ac287 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: memprobe.c,v 1.1 2019/05/10 21:20:42 mlarkin Exp $    */
+/*     $OpenBSD: memprobe.c,v 1.2 2021/01/28 18:54:50 deraadt Exp $    */
 
 /*
  * Copyright (c) 1997-1999 Michael Shalayeff
@@ -36,7 +36,7 @@
 
 u_int cnvmem, extmem;          /* XXX - compatibility */
 
-bios_memmap_t bios_memmap[64]; /* This is easier */
+extern bios_memmap_t bios_memmap[64];  /* This is easier */
 
 void
 dump_biosmem(bios_memmap_t *tm)
index 67ff6ce..785b1d0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: memprobe.c,v 1.18 2019/05/10 21:20:43 mlarkin Exp $   */
+/*     $OpenBSD: memprobe.c,v 1.19 2021/01/28 18:54:52 deraadt Exp $   */
 
 /*
  * Copyright (c) 1997-1999 Michael Shalayeff
@@ -37,6 +37,7 @@
 u_int cnvmem, extmem;          /* XXX - compatibility */
 
 bios_memmap_t bios_memmap[64]; /* This is easier */
+
 /*
  * Check gateA20
  *