From 5830f5a9e133cf75d71edafa11cd8f13abcda525 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 17 Mar 2014 13:23:59 -0500 Subject: gensh2/include/bsp.h: Remove rtems_bsp_delay() --- c/src/lib/libbsp/sh/gensh2/include/bsp.h | 12 ++---------- 1 file 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 9f78eee8f9..969a2ec2d7 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h @@ -65,20 +65,12 @@ 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 -- cgit v1.2.3