Changeset 26eff5c in rtems for c/src/lib/libbsp/i386/i386ex/start/start.S
- Timestamp:
- 08/02/99 20:26:57 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 783e8322
- Parents:
- 60ee6da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/start/start.S
r60ee6da r26eff5c 325 325 SetExRegByte(INTCFG , 0x00 ) 326 326 327 movw $0xFFFB, SYM(i8259s_cache) /* set up same values in cache */ 327 /* 328 * The addr32 override should ensure that the address for 329 * i8259s_cache is put in 32-bit address space. 330 */ 331 332 #if defined(NEW_GAS) 333 addr32 movw $0xFFFB, SYM(i8259s_cache) # set up same values in cache 334 #else 335 movw $0xFFFB, SYM(i8259s_cache) # set up same values in cache 336 #endif 328 337 329 338 SYM(SetCS4):
Note: See TracChangeset
for help on using the changeset viewer.