Module Name:    src
Committed By:   matt
Date:           Thu Apr  2 03:11:21 UTC 2015

Modified Files:
        src/sys/arch/arm/cortex: gtmr_var.h

Log Message:
#include <sys/percpu.h>


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/cortex/gtmr_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/cortex/gtmr_var.h
diff -u src/sys/arch/arm/cortex/gtmr_var.h:1.5 src/sys/arch/arm/cortex/gtmr_var.h:1.6
--- src/sys/arch/arm/cortex/gtmr_var.h:1.5	Sat Feb 28 09:34:35 2015
+++ src/sys/arch/arm/cortex/gtmr_var.h	Thu Apr  2 03:11:21 2015
@@ -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;

Reply via email to