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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sun Jan 10 21:00:34 2010 +0100

arm: use generic rthal_irq_descp()

---

 include/asm-arm/wrappers.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/wrappers.h b/include/asm-arm/wrappers.h
index 410658a..42d90b7 100644
--- a/include/asm-arm/wrappers.h
+++ b/include/asm-arm/wrappers.h
@@ -31,7 +31,6 @@
  
 #define wrap_strncpy_from_user(dstP, srcP, n)  __strncpy_from_user(dstP, srcP, 
n)
 
-#define rthal_irq_descp(irq)   (&irq_desc[(irq)])
 #define rthal_irq_desc_status(irq)     (rthal_irq_descp(irq)->status)
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to