Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/cortex #include <sys/percpu.h>
details: https://anonhg.NetBSD.org/src/rev/2051fa5a8940
branches: trunk
changeset: 807238:2051fa5a8940
user: matt <matt%NetBSD.org@localhost>
date: Thu Apr 02 03:11:21 2015 +0000
description:
#include <sys/percpu.h>
diffstat:
sys/arch/arm/cortex/gtmr_var.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 639758165142 -r 2051fa5a8940 sys/arch/arm/cortex/gtmr_var.h
--- a/sys/arch/arm/cortex/gtmr_var.h Thu Apr 02 03:11:01 2015 +0000
+++ b/sys/arch/arm/cortex/gtmr_var.h Thu Apr 02 03:11:21 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gtmr_var.h,v 1.5 2015/02/28 09:34:35 skrll Exp $ */
+/* $NetBSD: gtmr_var.h,v 1.6 2015/04/02 03:11:21 matt Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -31,6 +31,8 @@
#ifndef _ARM_CORTEX_GTMR_VAR_
#define _ARM_CORTEX_GTMR_VAR_
+#include <sys/percpu.h>
+
struct gtmr_softc {
device_t sc_dev;
struct evcnt sc_ev_missing_ticks;
Home |
Main Index |
Thread Index |
Old Index