From 0d4fbce50eafb1d6972e618368bf301a382e0df1 Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 10 May 2014 22:37:12 +0000 Subject: [PATCH] spello in comment and tweak DUMP_BOOT_DESC a tad --- sys/arch/octeon/octeon/machdep.c | 10 +++++----- 1 file 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++ ) { -- 2.20.1