Module: xenomai-head
Branch: master
Commit: f0e967a57632c22634f3041d326409cedebe1327
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=f0e967a57632c22634f3041d326409cedebe1327

Author: Gilles Chanteperdrix <[email protected]>
Date:   Tue Jun 21 21:48:21 2011 +0200

arm: make kuser_tsc a mandatory kernel feature

---

 include/asm-arm/features.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/features.h b/include/asm-arm/features.h
index cb42859..216b2b1 100644
--- a/include/asm-arm/features.h
+++ b/include/asm-arm/features.h
@@ -120,7 +120,8 @@
                            __xn_feat_arm_eabi_mask             | \
                            __xn_feat_arm_tsc_mask)
 
-#define XENOMAI_FEAT_MAN  __xn_feat_generic_man_mask
+#define XENOMAI_FEAT_MAN \
+       (__xn_feat_generic_man_mask | __xn_feat_arm_tsc)
 
 static inline int check_abi_revision(unsigned long abirev)
 {


_______________________________________________
Xenomai-git mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-git

Reply via email to