summaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader/main.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-03-09 17:16:29 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-03-09 17:16:29 +0000
commit49e81dc95285fd1afd012b58a9fc11f31f855096 (patch)
treede3bcd606d22f35302dfe3ccf5de4d0f51c0be82 /sys/boot/i386/loader/main.c
parentdf4b8c2a2df765bac25f5084c13d7b59997cba10 (diff)
Notes
Diffstat (limited to 'sys/boot/i386/loader/main.c')
-rw-r--r--sys/boot/i386/loader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c
index cac28aef97632..701dd3a12228e 100644
--- a/sys/boot/i386/loader/main.c
+++ b/sys/boot/i386/loader/main.c
@@ -102,7 +102,7 @@ main(void)
*/
bios_getmem();
-#if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) || defined(LOADER_ZFS_SUPPORT)
+#if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) || defined(LOADER_GPT_SUPPORT) || defined(LOADER_ZFS_SUPPORT)
heap_top = PTOV(memtop_copyin);
memtop_copyin -= 0x300000;
heap_bottom = PTOV(memtop_copyin);