Module Name: src
Committed By: jmcneill
Date: Sat Feb 27 14:22:07 UTC 2021
Modified Files:
src/sys/arch/arm/pic: picvar.h
Log Message:
machine/cpufunc.h -> arm/cpufunc.h for the benefit of non-evbarm ports
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/pic/picvar.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/pic/picvar.h
diff -u src/sys/arch/arm/pic/picvar.h:1.32 src/sys/arch/arm/pic/picvar.h:1.33
--- src/sys/arch/arm/pic/picvar.h:1.32 Fri Feb 26 10:06:42 2021
+++ src/sys/arch/arm/pic/picvar.h Sat Feb 27 14:22:07 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: picvar.h,v 1.32 2021/02/26 10:06:42 jmcneill Exp $ */
+/* $NetBSD: picvar.h,v 1.33 2021/02/27 14:22:07 jmcneill Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -107,7 +107,7 @@ void intr_ipi_send(const kcpuset_t *, u_
#include <sys/evcnt.h>
#include <sys/percpu.h>
-#include <machine/cpufunc.h>
+#include <arm/cpufunc.h>
#ifndef PIC_MAXPICS
#define PIC_MAXPICS 32