2003-04-10 Joel Sherrill <joel@OARcorp.com>

PR 383/bsps
	* irq/irq.c: Fix bug introduced by conflicts in previous patches.
This commit is contained in:
Joel Sherrill
2003-04-10 13:05:10 +00:00
parent 0793e35195
commit 2d8eddea7a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-04-10 Joel Sherrill <joel@OARcorp.com>
PR 383/bsps
* irq/irq.c: Fix bug introduced by conflicts in previous patches.
2003-03-25 Till Straumann <strauman@slac.stanford.edu>
PR 360/bsps

View File

@@ -322,7 +322,7 @@ int BSP_rtems_irq_mngt_get(rtems_irq_global_settings** config)
int _BSP_vme_bridge_irq = -1;
unsigned spuriousIntr = 0;
unsigned BSP_spuriousIntr = 0;
/*
* High level IRQ handler called from shared_raw_irq_code_entry
*/