From 4909a30e6329ddb3beff3145939bdc82d8c4dc80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Sep 2008 21:35:37 +0000 Subject: 2008-09-10 Joel Sherrill * include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub. --- c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog | 6 ++++++ c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/no_cpu/no_bsp') diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog index cfb426e40e..3df102f88e 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog +++ b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @@ -1,3 +1,9 @@ +2008-09-10 Joel Sherrill + + * include/bsp.h: Review of all bsp_cleanup() implementations. In this + phase, all prototypes were removed from bsp.h and empty + implementations were removed and made to use the shared stub. + 2008-09-05 Joel Sherrill * clock/ckinit.c: The Shared Memory Driver no longer requires the diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h index 8831c5557a..2a809d4261 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h +++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h @@ -55,8 +55,6 @@ extern "C" { /* functions */ -void bsp_cleanup( void ); - no_cpu_isr_entry set_vector( /* returns old vector */ rtems_isr_entry handler, /* isr routine */ rtems_vector_number vector, /* vector number */ -- cgit v1.2.3