[rtems commit] i386/pc386: Clean out removed functions.

Chris Johns chrisj at rtems.org
Wed May 11 03:01:29 UTC 2016


Module:    rtems
Branch:    master
Commit:    c3fd48d09c40df1240352a107699f8be7bb1a01a
Changeset: http://git.rtems.org/rtems/commit/?id=c3fd48d09c40df1240352a107699f8be7bb1a01a

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat May  7 14:28:45 2016 +1000

i386/pc386: Clean out removed functions.

---

 c/src/lib/libbsp/i386/shared/irq/irq.h | 46 ----------------------------------
 1 file changed, 46 deletions(-)

diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.h b/c/src/lib/libbsp/i386/shared/irq/irq.h
index 953774e..f7e673c 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq.h
+++ b/c/src/lib/libbsp/i386/shared/irq/irq.h
@@ -87,52 +87,6 @@ extern "C" {
  */
 typedef unsigned short rtems_i8259_masks;
 
-/**
- * @brief Contains the current IMR of both i8259s.
- */
-//extern rtems_i8259_masks i8259s_cache;
-
-/**
- * @brief Contains the super IMR of both i8259s to overrule i8259s_cache during
- * interrupt exit.
- *
- * This enables a bsp_interrupt_vector_disable() in interrupt handlers.  This
- * is required for the interrupt server support used by the new network stack.
- */
-//extern rtems_i8259_masks i8259s_super_imr;
-
-/*-------------------------------------------------------------------------+
-| Function Prototypes.
-+--------------------------------------------------------------------------*/
-/*
- * ------------------------ Intel 8259 (or emulation) Mngt Routines -------
- */
-
-/** @brief
- * function to disable a particular irq at 8259 level. After calling
- * this function, even if the device asserts the interrupt line it will
- * not be propagated further to the processor
- */
-//int BSP_irq_disable_at_i8259s        (const rtems_irq_number irqLine);
-/** @brief
- * function to enable a particular irq at 8259 level. After calling
- * this function, if the device asserts the interrupt line it will
- * be propagated further to the processor
- */
-//int BSP_irq_enable_at_i8259s		(const rtems_irq_number irqLine);
-/** @brief
- * function to acknoledge a particular irq at 8259 level. After calling
- * this function, if a device asserts an enabled interrupt line it will
- * be propagated further to the processor. Mainly usefull for people
- * writting raw handlers as this is automagically done for rtems managed
- * handlers.
- */
-//int BSP_irq_ack_at_i8259s           	(const rtems_irq_number irqLine);
-/** @brief
- * function to check if a particular irq is enabled at 8259 level. After calling
- */
-//int BSP_irq_enabled_at_i8259s        	(const rtems_irq_number irqLine);
-
 /** @} */
 
 #ifdef __cplusplus



More information about the vc mailing list