Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/pic machine/cpufunc.h -> arm/cpufunc.h for the ...



details:   https://anonhg.NetBSD.org/src/rev/5d7c47c03f34
branches:  trunk
changeset: 959858:5d7c47c03f34
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Feb 27 14:22:07 2021 +0000

description:
machine/cpufunc.h -> arm/cpufunc.h for the benefit of non-evbarm ports

diffstat:

 sys/arch/arm/pic/picvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8015fa6013b3 -r 5d7c47c03f34 sys/arch/arm/pic/picvar.h
--- a/sys/arch/arm/pic/picvar.h Sat Feb 27 13:43:36 2021 +0000
+++ b/sys/arch/arm/pic/picvar.h Sat Feb 27 14:22:07 2021 +0000
@@ -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 @@
 #include <sys/evcnt.h>
 #include <sys/percpu.h>
 
-#include <machine/cpufunc.h>
+#include <arm/cpufunc.h>
 
 #ifndef PIC_MAXPICS
 #define PIC_MAXPICS    32



Home | Main Index | Thread Index | Old Index