Changeset 280 for trunk/hal/x86_64/core


Ignore:
Timestamp:
Jul 27, 2017, 10:21:51 AM (7 years ago)
Author:
max@…
Message:

sync

Location:
trunk/hal/x86_64/core
Files:
2 edited

Legend:

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

    r261 r280  
    5050        /* update the PIC chdev extension */
    5151        pic->ext.pic.enable_timer = &pic_apic_enable_timer;
     52        pic->ext.pic.enable_ipi   = &pic_apic_enable_ipi;
    5253        pic->ext.pic.enable_irq   = &pic_apic_enable_irq;
    5354        pic->ext.pic.disable_irq  = &pic_apic_disable_irq;
  • trunk/hal/x86_64/core/hal_special.c

    r234 r280  
    5151{
    5252        return rdtsc();
     53}
     54
     55inline reg_t hal_get_sr()
     56{
     57        return 0;
    5358}
    5459
Note: See TracChangeset for help on using the changeset viewer.