summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2009-12-08 12:10:06 +0000
committernyan <nyan@FreeBSD.org>2009-12-08 12:10:06 +0000
commit1c9f1ea6d355743e879a297091891c764b4da6ef (patch)
tree994392d05f574ca234d7d6a1dd95e6d71025a876 /sys/boot/pc98
parent8cefbec982ae09f024123a66ac5f353ca57f3b09 (diff)
downloadFreeBSD-src-1c9f1ea6d355743e879a297091891c764b4da6ef.zip
FreeBSD-src-1c9f1ea6d355743e879a297091891c764b4da6ef.tar.gz
MFi386: revision 200216
Various small whitespace and style fixes.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/libpc98/biosmem.c3
-rw-r--r--sys/boot/pc98/loader/main.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/pc98/libpc98/biosmem.c b/sys/boot/pc98/libpc98/biosmem.c
index b450922..aec3cbb 100644
--- a/sys/boot/pc98/libpc98/biosmem.c
+++ b/sys/boot/pc98/libpc98/biosmem.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
#include "btxv86.h"
vm_offset_t memtop, memtop_copyin;
-u_int32_t bios_basemem, bios_extmem;
+uint32_t bios_basemem, bios_extmem;
void
bios_getmem(void)
@@ -49,4 +49,3 @@ bios_getmem(void)
memtop = memtop_copyin = 0x100000 + bios_extmem;
}
-
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c
index 6573990..b1e7dd2 100644
--- a/sys/boot/pc98/loader/main.c
+++ b/sys/boot/pc98/loader/main.c
@@ -96,7 +96,7 @@ main(void)
*/
bios_getmem();
-#ifdef LOADER_BZIP2_SUPPORT
+#if defined(LOADER_BZIP2_SUPPORT)
heap_top = PTOV(memtop_copyin);
memtop_copyin -= 0x300000;
heap_bottom = PTOV(memtop_copyin);
OpenPOWER on IntegriCloud