summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2014-05-10 22:37:13 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2014-05-10 22:37:13 +0000
commitf12854f916de7dab67cec4aab539eeb1cae49d6f (patch)
tree50f3b61fe998d5201220fa88ad4e764303e1ac87 /sys
parent27412f099bfee52ac4a6c7be1307d17b151dde62 (diff)
spello in comment and tweak DUMP_BOOT_DESC a tad
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/octeon/octeon/machdep.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/octeon/octeon/machdep.c b/sys/arch/octeon/octeon/machdep.c
index 6ed1f344edd..99a4f4a3065 100644
--- a/sys/arch/octeon/octeon/machdep.c
+++ b/sys/arch/octeon/octeon/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.45 2014/05/10 22:25:16 jasper Exp $ */
+/* $OpenBSD: machdep.c,v 1.46 2014/05/10 22:37:12 jasper Exp $ */
/*
* Copyright (c) 2009, 2010 Miodrag Vallat.
@@ -402,9 +402,9 @@ mips_init(__register_t a0, __register_t a1, __register_t a2 __unused,
DUMP_BOOT_DESC(desc_ver, %d);
DUMP_BOOT_DESC(desc_size, %d);
- DUMP_BOOT_DESC(stack_top, %llu);
- DUMP_BOOT_DESC(heap_start, %llu);
- DUMP_BOOT_DESC(heap_end, %llu);
+ DUMP_BOOT_DESC(stack_top, %llx);
+ DUMP_BOOT_DESC(heap_start, %llx);
+ DUMP_BOOT_DESC(heap_end, %llx);
DUMP_BOOT_DESC(argc, %d);
DUMP_BOOT_DESC(flags, %x);
DUMP_BOOT_DESC(core_mask, %x);
@@ -589,7 +589,7 @@ process_bootargs(void)
/*
* The kernel is booted via a bootoctlinux command. Thus we need to skip
* argv[0] when we start to decode the boot arguments (${bootargs}).
- * Note that U-Boot doesn't pass us anything by default, we need
+ * Note that U-Boot doesn't pass us anything by default, we need to
* explicitly pass the rootdevice.
*/
for (i = 1; i < octeon_boot_desc->argc; i++ ) {