Changeset 280 for trunk/hal/x86_64/core
- Timestamp:
- Jul 27, 2017, 10:21:51 AM (7 years ago)
- Location:
- trunk/hal/x86_64/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r261 r280 50 50 /* update the PIC chdev extension */ 51 51 pic->ext.pic.enable_timer = &pic_apic_enable_timer; 52 pic->ext.pic.enable_ipi = &pic_apic_enable_ipi; 52 53 pic->ext.pic.enable_irq = &pic_apic_enable_irq; 53 54 pic->ext.pic.disable_irq = &pic_apic_disable_irq; -
trunk/hal/x86_64/core/hal_special.c
r234 r280 51 51 { 52 52 return rdtsc(); 53 } 54 55 inline reg_t hal_get_sr() 56 { 57 return 0; 53 58 } 54 59
Note: See TracChangeset
for help on using the changeset viewer.