Changeset 293 for trunk/hal/x86_64


Ignore:
Timestamp:
Jul 31, 2017, 12:53:13 PM (7 years ago)
Author:
max@…
Message:

Fix previous. Still don't know where the race comes from...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r292 r293  
    575575                        ist = 0;
    576576                }
    577                 idt_set_seg(&idt[i], (void *)x86_traps[i - CPUVEC_MIN], 0,
     577                idt_set_seg(&idt[i], (void *)x86_traps[i - CPUVEC_MIN], ist,
    578578                    SDT_SYS386IGT, SEL_KPL, GDT_FIXED_SEL(GDT_KCODE_SEL, SEL_KPL));
    579 
    580579                idt_bitmap.busy[i] = true;
    581580        }
Note: See TracChangeset for help on using the changeset viewer.