Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/dtrace/lockstat earm (iyonix and zaurus) don't h...



details:   https://anonhg.NetBSD.org/src/rev/f218a86a26b8
branches:  trunk
changeset: 343235:f218a86a26b8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 25 21:56:27 2016 +0000

description:
earm (iyonix and zaurus) don't have cpu_counter.h

diffstat:

 sys/modules/dtrace/lockstat/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 50e07808b9d1 -r f218a86a26b8 sys/modules/dtrace/lockstat/Makefile
--- a/sys/modules/dtrace/lockstat/Makefile      Mon Jan 25 21:54:14 2016 +0000
+++ b/sys/modules/dtrace/lockstat/Makefile      Mon Jan 25 21:56:27 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2016/01/25 15:37:21 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2016/01/25 21:56:27 christos Exp $
 
 .include "../../Makefile.inc"
 
@@ -15,8 +15,6 @@
 ARMV:= ${MACHINE_ARCH:S/earmv//:S/eb//:S/hf//}
 .elif !empty(MACHINE_ARCH:Marmv*)
 ARMV:= ${MACHINE_ARCH:S/armv//:S/eb//:S/hf//}
-.elif !empty(MACHINE_ARCH:Mearm*)
-ARMV:= 5
 .else
 ARMV:= 0
 .endif



Home | Main Index | Thread Index | Old Index