Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/allwinner pull in opt_arm_debug.h for VERBOSE_I...
details: https://anonhg.NetBSD.org/src/rev/55762a574e06
branches: trunk
changeset: 331784:55762a574e06
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Aug 24 12:42:03 2014 +0000
description:
pull in opt_arm_debug.h for VERBOSE_INIT_ARM
diffstat:
sys/arch/arm/allwinner/awin_board.c | 5 +++--
sys/arch/arm/allwinner/awin_gpio.c | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r 430f29fe657d -r 55762a574e06 sys/arch/arm/allwinner/awin_board.c
--- a/sys/arch/arm/allwinner/awin_board.c Sun Aug 24 12:18:21 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_board.c Sun Aug 24 12:42:03 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_board.c,v 1.14 2014/04/11 16:32:38 matt Exp $ */
+/* $NetBSD: awin_board.c,v 1.15 2014/08/24 12:42:03 jmcneill Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,12 +29,13 @@
*/
#include "opt_allwinner.h"
+#include "opt_arm_debug.h"
#define _ARM32_BUS_DMA_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: awin_board.c,v 1.14 2014/04/11 16:32:38 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_board.c,v 1.15 2014/08/24 12:42:03 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
diff -r 430f29fe657d -r 55762a574e06 sys/arch/arm/allwinner/awin_gpio.c
--- a/sys/arch/arm/allwinner/awin_gpio.c Sun Aug 24 12:18:21 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_gpio.c Sun Aug 24 12:42:03 2014 +0000
@@ -30,9 +30,11 @@
#include "locators.h"
#include "gpio.h"
+#include "opt_arm_debug.h"
+
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: awin_gpio.c,v 1.8 2014/02/20 21:48:38 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_gpio.c,v 1.9 2014/08/24 12:42:03 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index