Module: xenomai-forge Branch: master Commit: 393c8693bcfa2b78e79d84c78d7acd3146e15e0a URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=393c8693bcfa2b78e79d84c78d7acd3146e15e0a
Author: Philippe Gerum <[email protected]> Date: Fri Dec 30 17:04:51 2011 +0100 blackfin: remove left over --- kernel/cobalt/arch/blackfin/hal.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/kernel/cobalt/arch/blackfin/hal.c b/kernel/cobalt/arch/blackfin/hal.c index 972a248..691d063 100644 --- a/kernel/cobalt/arch/blackfin/hal.c +++ b/kernel/cobalt/arch/blackfin/hal.c @@ -44,18 +44,6 @@ enum rthal_ktimer_mode rthal_ktimer_saved_mode; #define RTHAL_SET_ONESHOT_LINUX 2 #define RTHAL_SET_PERIODIC 3 -/* Acknowledge the core timer IRQ. This routine does nothing, except - preventing Linux to mask the IRQ. */ - -#if IPIPE_MAJOR_NUMBER < 2 && IPIPE_MINOR_NUMBER < 8 -static int rthal_timer_ack(unsigned irq) -{ - return 1; -} -#else -#define rthal_timer_ack NULL -#endif - static inline void rthal_setup_oneshot_coretmr(void) { bfin_write_TCNTL(TMPWR); _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
