2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/startup/bspstart.c: 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.
This commit is contained in:
Joel Sherrill
2008-09-10 21:34:00 +00:00
parent c603479327
commit 41b28f2eb7
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/startup/bspstart.c: 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-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* acinclude.m4: Add tqm8xx.

View File

@@ -43,7 +43,6 @@ extern unsigned long __rtems_end[];
extern void L1_caches_enables(void);
extern unsigned get_L2CR(void);
extern void set_L2CR(unsigned);
extern void bsp_cleanup(void);
extern Triv121PgTbl BSP_pgtbl_setup(unsigned long);
extern void BSP_pgtbl_activate(Triv121PgTbl);
extern void BSP_vme_config(void);