Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/include Add cpufunc.h wrapper
details: https://anonhg.NetBSD.org/src/rev/1f07d47f2686
branches: trunk
changeset: 433928:1f07d47f2686
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Oct 12 22:09:04 2018 +0000
description:
Add cpufunc.h wrapper
diffstat:
sys/arch/evbarm/include/cpufunc.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 33f7861a3917 -r 1f07d47f2686 sys/arch/evbarm/include/cpufunc.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/include/cpufunc.h Fri Oct 12 22:09:04 2018 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: cpufunc.h,v 1.1 2018/10/12 22:09:04 jmcneill Exp $ */
+
+#ifdef __aarch64__
+#include <aarch64/cpufunc.h>
+#else
+#include <arm/cpufunc.h>
+#endif
Home |
Main Index |
Thread Index |
Old Index