From 783e8322d36a8fd655de2c051e00943806388030 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Aug 1999 13:52:59 +0000 Subject: Patch from Eric Valette to fix interrupt initialization typo and make i8259s_cache only accessed from C. --- c/src/lib/libbsp/i386/pc386/startup/ldsegs.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/startup/ldsegs.S') diff --git a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S index 626b465867..24a1042989 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S +++ b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.S @@ -139,8 +139,6 @@ next_step: outb al, $0x21 /* is cascaded */ call SYM(delay) - movw $0xFFFB, SYM(i8259s_cache) /* set up same values in cache */ - jmp SYM (_establish_stack) # return to the bsp entry code /*-------------------------------------------------------------------------+ -- cgit v1.2.3