[PATCH 08/25] gensh2/include/bsp.h: Remove rtems_bsp_delay()
Joel Sherrill
joel.sherrill at oarcorp.com
Thu Mar 20 18:29:04 UTC 2014
---
c/src/lib/libbsp/sh/gensh2/include/bsp.h | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
index 5e253fe..3e1d48e 100644
--- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
@@ -66,19 +66,11 @@ extern "C" {
/* Constants */
/*
- * Simple spin delay in microsecond units for device drivers.
- * This is very dependent on the clock speed of the target.
- */
-
-#define rtems_bsp_delay( microseconds ) CPU_delay(microseconds)
-#define sh_delay( microseconds ) CPU_delay( microseconds )
-
-/*
* Defined in the linker script 'linkcmds'
*/
-extern void *CPU_Interrupt_stack_low ;
-extern void *CPU_Interrupt_stack_high ;
+extern void *CPU_Interrupt_stack_low;
+extern void *CPU_Interrupt_stack_high;
/*
* Device Driver Table Entries
--
1.7.1
More information about the devel
mailing list