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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Sep  3 11:12:14 2012 +0200

hal: wrap_ipipe_timers_request -> wrap_select_timers

---

 ksrc/arch/arm/hal.c      |    2 +-
 ksrc/arch/blackfin/hal.c |    2 +-
 ksrc/arch/powerpc/hal.c  |    2 +-
 ksrc/arch/x86/hal_32.c   |    2 +-
 ksrc/arch/x86/hal_64.c   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ksrc/arch/arm/hal.c b/ksrc/arch/arm/hal.c
index cfa243c..5e26ad5 100644
--- a/ksrc/arch/arm/hal.c
+++ b/ksrc/arch/arm/hal.c
@@ -75,7 +75,7 @@ EXPORT_SYMBOL_GPL(rthal_tsc_to_timer);
 #define rthal_timer_set_periodic() do { } while (0)
 
 #define rthal_tickdev_select() \
-       wrap_ipipe_timers_request(&rthal_supported_cpus)
+       wrap_select_timers(&rthal_supported_cpus)
 
 #define rthal_tickdev_unselect() \
        ipipe_timers_release()
diff --git a/ksrc/arch/blackfin/hal.c b/ksrc/arch/blackfin/hal.c
index eec58ee..1e75f2a 100644
--- a/ksrc/arch/blackfin/hal.c
+++ b/ksrc/arch/blackfin/hal.c
@@ -52,7 +52,7 @@ enum rthal_ktimer_mode rthal_ktimer_saved_mode;
 #ifdef CONFIG_IPIPE_CORE
 
 #define rthal_tickdev_select() \
-       wrap_ipipe_timers_request(&rthal_supported_cpus)
+       wrap_select_timers(&rthal_supported_cpus)
 
 #define rthal_tickdev_unselect() \
        ipipe_timers_release()
diff --git a/ksrc/arch/powerpc/hal.c b/ksrc/arch/powerpc/hal.c
index d82cd85..3c55848 100644
--- a/ksrc/arch/powerpc/hal.c
+++ b/ksrc/arch/powerpc/hal.c
@@ -137,7 +137,7 @@ static inline void rthal_tickdev_release(int cpu)
 
 static inline int rthal_tickdev_select(void)
 {
-       return wrap_ipipe_timers_request(&rthal_supported_cpus);
+       return wrap_select_timers(&rthal_supported_cpus);
 }
 
 #else /* !CONFIG_IPIPE_CORE */
diff --git a/ksrc/arch/x86/hal_32.c b/ksrc/arch/x86/hal_32.c
index f009642..69ab99d 100644
--- a/ksrc/arch/x86/hal_32.c
+++ b/ksrc/arch/x86/hal_32.c
@@ -342,7 +342,7 @@ rthal_time_t rthal_get_8254_tsc(void)
 int rthal_arch_init(void)
 {
 #ifdef CONFIG_IPIPE_CORE
-       int rc = wrap_ipipe_timers_request(&rthal_supported_cpus);
+       int rc = wrap_select_timers(&rthal_supported_cpus);
        if (rc < 0)
                return rc;
 #else /* !I-pipe core */
diff --git a/ksrc/arch/x86/hal_64.c b/ksrc/arch/x86/hal_64.c
index ea6a508..b2f6229 100644
--- a/ksrc/arch/x86/hal_64.c
+++ b/ksrc/arch/x86/hal_64.c
@@ -81,7 +81,7 @@ unsigned long rthal_timer_calibrate(void)
 int rthal_arch_init(void)
 {
 #ifdef CONFIG_IPIPE_CORE
-       int rc = wrap_ipipe_timers_request(&rthal_supported_cpus);
+       int rc = wrap_select_timers(&rthal_supported_cpus);
        if (rc < 0)
                return rc;
 #endif /* I-pipe core */


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to