Changeset 404 for trunk/hal


Ignore:
Timestamp:
Aug 17, 2017, 3:25:51 PM (7 years ago)
Author:
max@…
Message:

Explain a bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/drivers/pic_apic.c

    r349 r404  
    2525#include <errno.h>
    2626#include <string.h>
     27#include <printk.h>
    2728
    2829#include <hal_internal.h>
     
    135136void pic_apic_enable_timer(uint32_t period)
    136137{
    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         */
    138143}
    139144
    140145void pic_apic_enable_ipi()
    141146{
    142         x86_panic((char *)__func__);
     147        /* TODO */
     148//      x86_panic((char *)__func__);
    143149}
    144150
Note: See TracChangeset for help on using the changeset viewer.