Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/fdt restore type of uboot_args



details:   https://anonhg.NetBSD.org/src/rev/999c9e6e3efe
branches:  trunk
changeset: 833950:999c9e6e3efe
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 17 19:12:55 2018 +0000

description:
restore type of uboot_args

diffstat:

 sys/arch/evbarm/fdt/fdt_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b162c8fe5d03 -r 999c9e6e3efe sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Tue Jul 17 19:11:47 2018 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Tue Jul 17 19:12:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.26 2018/07/17 18:41:01 christos Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.27 2018/07/17 19:12:55 christos Exp $ */
 
 /*-
  * Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.26 2018/07/17 18:41:01 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.27 2018/07/17 19:12:55 christos Exp $");
 
 #include "opt_machdep.h"
 #include "opt_bootconfig.h"
@@ -97,7 +97,7 @@
 char *boot_args = NULL;
 
 /* filled in before cleaning bss. keep in .data */
-u_int uboot_args[4] __attribute__((__section__(".data")));
+u_long uboot_args[4] __attribute__((__section__(".data")));
 
 const uint8_t *fdt_addr_r = (const uint8_t *)0xdeadc0de;
 



Home | Main Index | Thread Index | Old Index