Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/imx/fdt Misc whitespace
details: https://anonhg.NetBSD.org/src/rev/84c2dd1bc794
branches: trunk
changeset: 933303:84c2dd1bc794
user: skrll <skrll%NetBSD.org@localhost>
date: Sun May 24 08:47:19 2020 +0000
description:
Misc whitespace
diffstat:
sys/arch/arm/imx/fdt/imx6_platform.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r 18584fa748bd -r 84c2dd1bc794 sys/arch/arm/imx/fdt/imx6_platform.c
--- a/sys/arch/arm/imx/fdt/imx6_platform.c Sun May 24 08:08:49 2020 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_platform.c Sun May 24 08:47:19 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx6_platform.c,v 1.8 2019/10/23 02:34:43 hkenken Exp $ */
+/* $NetBSD: imx6_platform.c,v 1.9 2020/05/24 08:47:19 skrll Exp $ */
/*-
* Copyright (c) 2019 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,7 +25,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_platform.c,v 1.8 2019/10/23 02:34:43 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_platform.c,v 1.9 2020/05/24 08:47:19 skrll Exp $");
#include "arml2cc.h"
#include "opt_console.h"
@@ -82,7 +82,7 @@
DEVMAP_ENTRY(KERNEL_IO_IOREG_VBASE, IMX6_IOREG_PBASE, IMX6_IOREG_SIZE),
DEVMAP_ENTRY(KERNEL_IO_ARMCORE_VBASE, IMX6_ARMCORE_PBASE, IMX6_ARMCORE_SIZE),
DEVMAP_ENTRY_END
-};
+ };
return devmap;
}
@@ -174,7 +174,6 @@
if (bus_space_map(bst, IMX6_AIPS1_BASE + AIPS1_SRC_BASE, AIPS1_SRC_SIZE, 0, &bsh) != 0)
panic("couldn't map SRC");
-
uint32_t srcctl = bus_space_read_4(bst, bsh, SRC_SCR);
const paddr_t mpstart = KERN_VTOPHYS((vaddr_t)cpu_mpstart);
@@ -234,4 +233,3 @@
ARM_PLATFORM(imx6q, "fsl,imx6q", &imx6_platform);
ARM_PLATFORM(imx6qp, "fsl,imx6qp", &imx6_platform);
-
Home |
Main Index |
Thread Index |
Old Index