* startup/bspclean.c: Revert patch with test code.

This commit is contained in:
Joel Sherrill
2007-12-11 21:29:09 +00:00
parent 814d95887d
commit cf240382a4
2 changed files with 2 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
* startup/bspclean.c: Revert patch with test code.
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* irq/irq.c: Revert accidentally committed test code.

View File

@@ -20,12 +20,6 @@ extern int mpc5200_uart_pollRead(int minor);
void bsp_cleanup( void )
{
{
extern void BSP_report_IRQ_Timing(void);
BSP_report_IRQ_Timing();
}
#if defined(BSP_PRESS_KEY_FOR_RESET)
printk( "\nEXECUTIVE SHUTDOWN! Any key to reboot..." );