summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/irq/irq_asm.s
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
commit2d7d605fdfde31394a46a9bc57f39f20e2f39334 (patch)
treee3f9b09eab63d5d02f8b04f8b843b7b3b228f96f /c/src/lib/libbsp/i386/shared/irq/irq_asm.s
parentPatches from Ralf Corsepius <corsepiu@faw.uni-ulm.de> and myself to (diff)
downloadrtems-2d7d605fdfde31394a46a9bc57f39f20e2f39334.tar.bz2
Patch from Aleksey <qqi@world.std.com>:
It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq_asm.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.s b/c/src/lib/libbsp/i386/shared/irq/irq_asm.s
index 7765a9dd22..747e7ab564 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.s
+++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.s
@@ -21,13 +21,13 @@
/*PAGE
- * void _new_ISR_Displatch()
+ * void _New_ISR_Displatch()
*
* Entry point from the outermost interrupt service routine exit.
* The current stack is the supervisor mode stack.
*/
- PUBLIC (_new_ISR_Displatch)
+ PUBLIC (_New_ISR_Displatch)
SYM (_New_ISR_Displatch):
call SYM (_Thread_Dispatch) # invoke Dispatcher