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/1bd865a7d048
branches: trunk
changeset: 981082:1bd865a7d048
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 422e631c3160 -r 1bd865a7d048 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