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/900fd3d75ef6
branches:  trunk
changeset: 836339:900fd3d75ef6
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 bbe12b05db63 -r 900fd3d75ef6 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