Changeset 404
- Timestamp:
- Aug 17, 2017, 3:25:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/pic_apic.c
r349 r404 25 25 #include <errno.h> 26 26 #include <string.h> 27 #include <printk.h> 27 28 28 29 #include <hal_internal.h> … … 135 136 void pic_apic_enable_timer(uint32_t period) 136 137 { 137 x86_panic((char *)__func__); 138 /* 139 * TODO: right now, we don't do anything, because the LAPIC is already 140 * calibrated and launched earlier, mostly for debugging purposes. But it 141 * would be good to launch it here for real. 142 */ 138 143 } 139 144 140 145 void pic_apic_enable_ipi() 141 146 { 142 x86_panic((char *)__func__); 147 /* TODO */ 148 // x86_panic((char *)__func__); 143 149 } 144 150
Note: See TracChangeset
for help on using the changeset viewer.